From c7987ad3717aeedbeff9eaf5028553678c983448 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 25 Mar 2001 23:07:44 +0000 Subject: Turn off building the ARC loader. I don't know of anyone currently working on advancing this WIP. --- sys/boot/Makefile | 7 ++++--- 1 file 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 -- cgit v1.1