summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-04-29 18:27:50 +0000
committerjhb <jhb@FreeBSD.org>2011-04-29 18:27:50 +0000
commit67e72142a1251ce0ac4d06ca82beb414ff6ae9f7 (patch)
tree1a843be8c5fcddf823f6073354b685baf8e0b384 /Makefile
parenta0680b01868c4d7f0bc5186de3b8acff60c28b28 (diff)
downloadFreeBSD-src-67e72142a1251ce0ac4d06ca82beb414ff6ae9f7.zip
FreeBSD-src-67e72142a1251ce0ac4d06ca82beb414ff6ae9f7.tar.gz
Add the mipsn32eb TARGET_ARCH to the list of mips targets for the
XLRN32 kernel config. Reviewed by: imp, jmallet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 272bae0..9af12a3 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,7 @@ toolchains:
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
TARGET_ARCHES_arm?= arm armeb
-TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb
+TARGET_ARCHES_mips?= mipsel mipseb mips64el mips64eb mipsn32eb
TARGET_ARCHES_powerpc?= powerpc powerpc64
TARGET_ARCHES_pc98?= i386
TARGET_ARCHES_sun4v?= sparc64
OpenPOWER on IntegriCloud