Index: tools/autotool.py
===================================================================
--- tools/autotool.py	(revision c0a754549cac932770d9ee2654c851baaded067e)
+++ tools/autotool.py	(revision aa2b32c3f7c33c46ece6059038015e42595a80de)
@@ -676,9 +676,9 @@
 				common['CC_ARGS'].append("-mabi=32")
 				
-				if ((config['MACHINE'] == "lgxemul") or (config['MACHINE'] == "msim") or (config['MACHINE'] == "lmalta")):
+				if ((config['MACHINE'] == "msim") or (config['MACHINE'] == "lmalta")):
 					target = config['PLATFORM']
 					gnu_target = "mipsel-linux-gnu"
 				
-				if ((config['MACHINE'] == "bgxemul") or (config['MACHINE'] == "bmalta")):
+				if ((config['MACHINE'] == "bmalta")):
 					target = "mips32eb"
 					gnu_target = "mips-linux-gnu"
