summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2016-05-18 20:49:09 +0000
committerimp <imp@FreeBSD.org>2016-05-18 20:49:09 +0000
commit5c5754a42063fb72f39d150fd5df6d25a09e98d1 (patch)
treef388e65c0ba6e8d53bcad412860dc13b23f20df5 /Makefile.inc1
parent47d341d05f92ffc768b2ba8feef940df6eb70a87 (diff)
downloadFreeBSD-src-5c5754a42063fb72f39d150fd5df6d25a09e98d1.zip
FreeBSD-src-5c5754a42063fb72f39d150fd5df6d25a09e98d1.tar.gz
mipsn32el is not a thing, remove it from the list of valid
architectures. There's no definition for it, nobody uses it and it is unlikely to ever work. We can put it back when someone demonstrates it running... The new default for armv6 is hard float, so extend that default to the external toolchain support.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ed68140..cab764a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -225,7 +225,6 @@ KNOWN_ARCHES?= aarch64/arm64 \
mipsel/mips \
mips64el/mips \
mips64/mips \
- mipsn32el/mips \
mipsn32/mips \
powerpc \
powerpc64/powerpc \
@@ -460,7 +459,7 @@ BFLAGS+= -B${CROSS_BINUTILS_PREFIX}
BFLAGS+= -B${WORLDTMP}/usr/bin
.endif
.if ${TARGET} == "arm"
-.if ${TARGET_ARCH:M*hf*} != ""
+.if ${TARGET_ARCH:Marmv6*} != "" && ${TARGET_CPUTYPE:M*soft*} != ""
TARGET_ABI= gnueabihf
.else
TARGET_ABI= gnueabi
OpenPOWER on IntegriCloud