1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Turn off building the ARC loader. I don't know of anyone currently working

on advancing this WIP.
This commit is contained in:
David E. O'Brien 2001-03-25 23:07:44 +00:00
parent 26799605fc
commit 5d8a28f3e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74798

View File

@ -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>