summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-11-21 16:37:11 +0000
committerimp <imp@FreeBSD.org>2015-11-21 16:37:11 +0000
commit9f6454037a82b147f2aeb4b53edacaa09f0a7556 (patch)
tree274202934e17d79f0ba3ce17c19ed79322fac125 /usr.sbin/Makefile.mips
parentb16f8900a2fce1f88566b257660b4f428b134600 (diff)
downloadFreeBSD-src-9f6454037a82b147f2aeb4b53edacaa09f0a7556.zip
FreeBSD-src-9f6454037a82b147f2aeb4b53edacaa09f0a7556.tar.gz
Document why we use -z nonexecstack in the Makefile since it
is so unusual. Turn off mis-match warnings for building uathload because the firmware .o file is produced in a way that we can't get to match exactly. This fixes the build on mips, so stop excluding it from the build.
Diffstat (limited to 'usr.sbin/Makefile.mips')
-rw-r--r--usr.sbin/Makefile.mips4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index cd60887..8987110 100644
--- a/usr.sbin/Makefile.mips
+++ b/usr.sbin/Makefile.mips
@@ -1,7 +1,3 @@
# $FreeBSD$
SUBDIR+= ofwdump
-# uathload broken for n32 and n64 due to toolchain issues, only build for o32
-.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
-SUBDIR.yes:= ${SUBDIR.yes:Nuathload}
-.endif
OpenPOWER on IntegriCloud