Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2009 05:39:53 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 157352 for review
Message-ID:  <200902080539.n185drmi097680@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=157352

Change 157352 by gonzo@gonzo_figaro on 2009/02/08 05:39:17

	- AVR32 is big-endian. Put the condition to wrong place. Shame on me

Affected files ...

.. //depot/projects/avr32/src/share/mk/bsd.endian.mk#3 edit

Differences ...

==== //depot/projects/avr32/src/share/mk/bsd.endian.mk#3 (text+ko) ====

@@ -4,12 +4,12 @@
     ${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" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "arm" || \
+    ${MACHINE_ARCH} == "avr32" || \
     ${MACHINE_ARCH} == "mips"
 TARGET_ENDIANNESS= 4321
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902080539.n185drmi097680>