From: Paul M. <le...@us...> - 2001-10-24 05:30:41
|
Update of /cvsroot/linux-mips/linux In directory usw-pr-cvs1:/tmp/cvs-serv21871 Modified Files: Makefile Log Message: Oops.. wasn't supposed to commit that. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile 2001/10/24 05:28:03 1.7 +++ Makefile 2001/10/24 05:30:37 1.8 @@ -18,7 +18,7 @@ HOSTCC = gcc HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -CROSS_COMPILE = /opt/hardhat/devkit/mips/fp_le/bin/mips_fp_le- +CROSS_COMPILE = # # Include the make variables (CC, etc...) |