PERFORCE change 100670 for review

Olivier Houchard cognet at FreeBSD.org
Wed Jul 5 23:34:31 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100670

Change 100670 by cognet at cognet on 2006/07/05 23:34:19

	Don't hardcode CC, NM and LD.

Affected files ...

.. //depot/projects/mips2/src/sys/conf/Makefile.mips#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/conf/Makefile.mips#2 (text+ko) ====

@@ -33,10 +33,6 @@
 
 MKMODULESENV+=	MACHINE=${MACHINE} MACHINE_ARCH=${MACHINE_ARCH}
 
-CC=mips-gcc
-NM=mips-nm
-LD=mips-ld
-
 %BEFORE_DEPEND
 
 %OBJS


More information about the p4-projects mailing list