Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv17804
Modified Files:
Makefile
Log Message:
backed out a temp change.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile 29 Apr 2002 23:05:11 -0000 1.46
+++ Makefile 29 Apr 2002 23:07:55 -0000 1.47
@@ -16,11 +16,9 @@
# Select the object file format to substitute into the linker script.
#
ifdef CONFIG_CPU_LITTLE_ENDIAN
-#tool-prefix = mipsel-linux-
-tool-prefix = mips_fp_le-
+tool-prefix = mipsel-linux-
else
-#tool-prefix = mips-linux-
-tool-prefix = mips_fp_be-
+tool-prefix = mips-linux-
endif
ifdef CONFIG_CROSSCOMPILE
|