PERFORCE change 157347 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Feb 7 15:54:03 PST 2009


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

Change 157347 by gonzo at gonzo_figaro on 2009/02/07 23:53:30

	- Add avr32 entries

Affected files ...

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

Differences ...

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

@@ -19,6 +19,8 @@
 MACHINE_CPU = arm
 . elif ${MACHINE_ARCH} == "mips"
 MACHINE_CPU = mips
+. elif ${MACHINE_ARCH} == "avr32"
+MACHINE_CPU = avr32
 . endif
 .else
 

==== //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" || \


More information about the p4-projects mailing list