Date: Tue, 7 Nov 2006 09:17:48 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 109427 for review Message-ID: <200611070917.kA79HmVF096235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109427 Change 109427 by imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611070917.kA79HmVF096235>