From: Pete P. <pp...@us...> - 2001-11-01 21:47:10
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv21264/arch/mips Modified Files: Makefile Log Message: * fixed tx timeout problem * fixed module unload/load crash * cleaned up some debug code Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Makefile 2001/10/28 23:04:19 1.24 +++ Makefile 2001/11/01 21:47:06 1.25 @@ -16,7 +16,7 @@ # 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- else tool-prefix = mips-linux- endif |