summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/XLPN32
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-29 02:54:35 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-29 02:54:35 +0000
commit4544b2987d0d95e6ea49d4f0c3281c2a11ce8f77 (patch)
tree1fac0394055b095aec90d117db2f722cff6a8dcb /sys/mips/conf/XLPN32
parent362bad78cae4d38646200d3ebffd68a6bcdc6921 (diff)
downloadFreeBSD-src-4544b2987d0d95e6ea49d4f0c3281c2a11ce8f77.zip
FreeBSD-src-4544b2987d0d95e6ea49d4f0c3281c2a11ce8f77.tar.gz
Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.
This makes our naming scheme more closely match other systems and the expectations of much third-party software. MIPS builds which are little-endian should require and exhibit no changes. Big-endian TARGET_ARCHes must be changed: From: To: mipseb mips mipsn32eb mipsn32 mips64eb mips64 An entry has been added to UPDATING and some foot-shooting protection (complete with warnings which should become errors in the near future) to the top-level base system Makefile.
Diffstat (limited to 'sys/mips/conf/XLPN32')
-rw-r--r--sys/mips/conf/XLPN322
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/conf/XLPN32 b/sys/mips/conf/XLPN32
index 74c3627..2b345f8 100644
--- a/sys/mips/conf/XLPN32
+++ b/sys/mips/conf/XLPN32
@@ -17,7 +17,7 @@
#
# $FreeBSD$
-machine mips mipsn32eb
+machine mips mipsn32
ident XLPN32
makeoptions ARCH_FLAGS="-march=mips64 -mabi=n32"
OpenPOWER on IntegriCloud