summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-25 23:07:44 +0000
committerobrien <obrien@FreeBSD.org>2001-03-25 23:07:44 +0000
commitc7987ad3717aeedbeff9eaf5028553678c983448 (patch)
tree454a1ac5a262b0303f8dade04273b57c5a5717ca
parentda985f2067fd362b5e1129b2030cfcec409514b3 (diff)
downloadFreeBSD-src-c7987ad3717aeedbeff9eaf5028553678c983448.zip
FreeBSD-src-c7987ad3717aeedbeff9eaf5028553678c983448.tar.gz
Turn off building the ARC loader. I don't know of anyone currently working
on advancing this WIP.
-rw-r--r--sys/boot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 4711995..0e4ef33 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -17,8 +17,9 @@ SUBDIR+= ${MACHINE_ARCH}
.endif
# Build ARC / AlphaBIOS executable on the Alpha
-.if ${MACHINE_ARCH} == "alpha"
-SUBDIR+= arc
-.endif
+# (this is a WIP (work in progress))
+#.if ${MACHINE_ARCH} == "alpha"
+#SUBDIR+= arc
+#.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud