aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 23:07:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-25 23:07:44 +0000
commit5d8a28f3e13a496cf10e06cfd40aa0aea87e922a (patch)
tree283427a261906d17f2aa2c054ab0664610c986ea
parent26799605fc7aea7d7d64b67b46e849a20e093b6d (diff)
downloadsrc-5d8a28f3e13a496cf10e06cfd40aa0aea87e922a.tar.gz
src-5d8a28f3e13a496cf10e06cfd40aa0aea87e922a.zip
Turn off building the ARC loader. I don't know of anyone currently working
on advancing this WIP.
Notes
Notes: svn path=/head/; revision=74798
-rw-r--r--sys/boot/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 4711995f8373..0e4ef338637f 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>