PERFORCE change 73405 for review
Juli Mallett
jmallett at FreeBSD.org
Thu Mar 17 15:12:18 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=73405
Change 73405 by jmallett at jmallett_windward on 2005/03/17 23:12:04
4 big 3 big 2 big endian.
Affected files ...
.. //depot/projects/mips/share/mk/bsd.endian.mk#2 edit
Differences ...
==== //depot/projects/mips/share/mk/bsd.endian.mk#2 (text+ko) ====
@@ -8,6 +8,7 @@
TARGET_ENDIANNESS= 1234
.elif ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc64" || \
- ${MACHINE_ARCH} == "arm"
+ ${MACHINE_ARCH} == "arm" || \
+ ${MACHINE_ARCH} == "mips"
TARGET_ENDIANNESS= 4321
.endif
More information about the p4-projects
mailing list