diff -Nru linux/arch/mips/Makefile.orig linux/arch/mips/Makefile --- linux/arch/mips/Makefile.orig Fri Aug 24 10:49:15 2001 +++ linux/arch/mips/Makefile Tue Sep 25 18:04:58 2001 @@ -16,9 +16,11 @@ # Select the object file format to substitute into the linker script. # ifdef CONFIG_CPU_LITTLE_ENDIAN -tool-prefix = mipsel-linux- +# tool-prefix = mipsel-linux- +tool-prefix = mips_fp_le- else -tool-prefix = mips-linux- +# tool-prefix = mips-linux- +tool-prefix = mips_fp_be- endif ifdef CONFIG_CROSSCOMPILE