PERFORCE change 157347 for review

M. Warner Losh imp at bsdimp.com
Sat Feb 7 16:15:06 PST 2009


In message: <200902072354.n17Ns2B2044214 at repoman.freebsd.org>
            Oleksandr Tymoshenko <gonzo at freebsd.org> writes:
: ==== //depot/projects/avr32/src/share/mk/bsd.endian.mk#2 (text+ko) ====
: 
: @@ -4,6 +4,7 @@
:      ${MACHINE_ARCH} == "i386" || \
:      ${MACHINE_ARCH} == "ia64" || \
:      (${MACHINE_ARCH} == "arm" && !defined(TARGET_BIG_ENDIAN)) || \
: +    ${MACHINE_ARCH} == "avr32" || \
:      (${MACHINE_ARCH} == "mips" && !defined(TARGET_BIG_ENDIAN))
:  TARGET_ENDIANNESS= 1234
:  .elif ${MACHINE_ARCH} == "powerpc" || \


We've *GOT* to find a better way of doing this.

Warner



More information about the p4-projects mailing list