summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-02-23 22:20:52 +0000
committerrwatson <rwatson@FreeBSD.org>2014-02-23 22:20:52 +0000
commit2fbd448d897a4f7cef0215726b8d7c203f9460cc (patch)
tree87da06be802a19927190b0b997217b0bce59992b
parent27dfe69a6667bcf55f88216e0dfce9108f78f579 (diff)
downloadFreeBSD-src-2fbd448d897a4f7cef0215726b8d7c203f9460cc.zip
FreeBSD-src-2fbd448d897a4f7cef0215726b8d7c203f9460cc.tar.gz
Build the BERI boot loader on 64-bit MIPS (but not 32-bit MIPS). While
these binaries aren't immediately useful on other MIPSes, still build them as part of mips64 world in order to expose them to tinderbox. MFC after: 3 weeks Sponsored by: DARPA, AFRL
-rw-r--r--sys/boot/mips/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/boot/mips/Makefile b/sys/boot/mips/Makefile
index d51d526..1fe066b 100644
--- a/sys/boot/mips/Makefile
+++ b/sys/boot/mips/Makefile
@@ -1,6 +1,11 @@
# $FreeBSD$
-.if 0
+#
+# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
+# 32-bit if someone is interested. Build on all 64-bit MIPS platforms to
+# ensure it gets adequate build-test coverage.
+#
+.if ${MACHINE_ARCH} == "mips64"
SUBDIR= beri
.endif
OpenPOWER on IntegriCloud