Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2005 23:12:16 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73405 for review
Message-ID:  <200503172312.j2HNCGLW023767@repoman.freebsd.org>

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

Change 73405 by jmallett@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



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