From: Pete P. <pp...@us...> - 2001-11-01 21:58:17
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv24461/arch/mips Modified Files: Makefile Log Message: Oops. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Makefile 2001/11/01 21:47:06 1.25 +++ Makefile 2001/11/01 21:58:13 1.26 @@ -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 |