PERFORCE change 109349 for review

Warner Losh imp at FreeBSD.org
Mon Nov 6 08:45:20 UTC 2006


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

Change 109349 by imp at imp_lighthouse on 2006/11/06 08:44:42

	I forgot to grep for MACHINE_CPU, and it appears we use it for
	something else.  Use MACHINE_CPU_ARCH instead.

Affected files ...

.. //depot/projects/arm/src/share/mk/bsd.own.mk#7 edit

Differences ...

==== //depot/projects/arm/src/share/mk/bsd.own.mk#7 (text+ko) ====

@@ -112,7 +112,7 @@
 #
 # CPU model, derived from MACHINE_ARCH
 #
-MACHINE_CPU=    ${MACHINE_ARCH:C/mipse[bl]/mips/:S/armeb/arm/}
+MACHINE_CPU_ARCH=    ${MACHINE_ARCH:C/mipse[bl]/mips/:S/armeb/arm/}
 
 # Binaries
 BINOWN?=	root


More information about the p4-projects mailing list