Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv15959
Modified Files:
Makefile
Log Message:
Change back little endian tool-prefix to mipsel-linux-
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Makefile 26 Sep 2002 05:39:38 -0000 1.54
+++ Makefile 13 Nov 2002 08:00:13 -0000 1.55
@@ -16,7 +16,7 @@
# Select the object file format to substitute into the linker script.
#
ifdef CONFIG_CPU_LITTLE_ENDIAN
-tool-prefix = mips_fp_le-
+tool-prefix = mipsel-linux-
else
tool-prefix = mips-linux-
endif
|