PERFORCE change 109427 for review

Warner Losh imp at FreeBSD.org
Tue Nov 7 09:17:49 UTC 2006


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

Change 109427 by imp at imp_lighthouse on 2006/11/07 09:17:14

	Allow armeb:arm.  However, this makes MACHINE=arm ambiguous,
	since MACHINE_ARCH could be arm or armeb.

Affected files ...

.. //depot/projects/arm/src/Makefile.inc1#17 edit

Differences ...

==== //depot/projects/arm/src/Makefile.inc1#17 (text+ko) ====

@@ -107,7 +107,7 @@
 TARGET?=	${MACHINE}
 TARGET_ARCH?=	${MACHINE_ARCH}
 
-KNOWN_ARCHES?=	amd64 arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v
+KNOWN_ARCHES?=	amd64 arm armeb/arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v
 .if ${TARGET} == ${TARGET_ARCH}
 _t=		${TARGET}
 .else


More information about the p4-projects mailing list