Index: arch/mips/boot/Makefile
===================================================================
--- arch/mips/boot/Makefile	(revision f761f1eb635bfe9a5deaf70a0f0a51aa8d2f5f22)
+++ arch/mips/boot/Makefile	(revision 0970f437341b562c11ad934c2a9f026b55262587)
@@ -1,4 +1,4 @@
-MIPS_BINUTILS_DIR=/usr/local/mips/bin
-MIPS_TARGET=decstation-ultrix
+MIPS_BINUTILS_DIR=/usr/local/mipsel/bin
+MIPS_TARGET=mipsel-linux-gnu
 
 .PHONY: nothing build
@@ -12,6 +12,6 @@
 LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
 
-ASFLAGS=-mips2 -EL
-LFLAGS=--oformat=binary -mips2 -EL -e start
+ASFLAGS=-mips2
+LFLAGS=--oformat=binary -mips2 -e start
 
 boot.bin: boot.o
