summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.mips
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-01-27 14:16:12 +0000
committerjchandra <jchandra@FreeBSD.org>2011-01-27 14:16:12 +0000
commitcb008dd1afea31668df80b23122049573f039ea1 (patch)
tree1dfb986cfb1c77ea2700781565a806a5ddbbae98 /usr.sbin/Makefile.mips
parentfee911616d6df81070cda386c26487c4ae2fdaef (diff)
downloadFreeBSD-src-cb008dd1afea31668df80b23122049573f039ea1.zip
FreeBSD-src-cb008dd1afea31668df80b23122049573f039ea1.tar.gz
Fix n32 compile.
These changes are needed to fix n32 compile after the recent change of mips n32 MACHINE_ARCH to mipsn32eb/mipsn32el. Reviewed by: imp, bz (earlier version)
Diffstat (limited to 'usr.sbin/Makefile.mips')
-rw-r--r--usr.sbin/Makefile.mips3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index 5b8fbd9..a946f3e 100644
--- a/usr.sbin/Makefile.mips
+++ b/usr.sbin/Makefile.mips
@@ -1,6 +1,7 @@
# $FreeBSD$
SUBDIR:= ${SUBDIR:Nsysinstall}
-.if ${MACHINE_ARCH:Mmips64*} != ""
+# uathload broken for n32 and n64 due to toolchain issues
+.if ${MACHINE_ARCH:Mmipse[lb]} == ""
SUBDIR:= ${SUBDIR:Nuathload}
.endif
OpenPOWER on IntegriCloud