Update of /cvsroot/linux-vax/kernel-2.5
In directory sc8-pr-cvs1:/tmp/cvs-serv11311
Modified Files:
Makefile
Log Message:
Shouldn't be assuming toolchain is installed in /usr/local/bin
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- Makefile 14 Feb 2003 01:51:40 -0000 1.40
+++ Makefile 16 Feb 2003 00:11:43 -0000 1.41
@@ -46,7 +46,7 @@
HOSTCC = gcc
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-CROSS_COMPILE = /usr/local/bin/vax-dec-linux-
+CROSS_COMPILE = vax-dec-linux-
# That's our default target when none is given on the command line
|