summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-12 22:45:16 +0000
committerpeter <peter@FreeBSD.org>2000-05-12 22:45:16 +0000
commit9d2eea8313120174ad747878225969ce87eaea9f (patch)
treec649247733d7ffcdaebd06815c85954f506b8e18
parenta07fee2cdfa426e10cc21ed8f7005c38cdc691d8 (diff)
downloadFreeBSD-src-9d2eea8313120174ad747878225969ce87eaea9f.zip
FreeBSD-src-9d2eea8313120174ad747878225969ce87eaea9f.tar.gz
Reactivate the FICL hooks to make it be compiled in, but also initialize
FICL. bootforth is now live on the Alpha! **BEWARE** - you *MUST* build and install a current libstand or you will most likely get zfree() panics at loader startup. We should now be able to set up the loader.conf stuff on the Alpha too.
-rw-r--r--sys/boot/alpha/common/Makefile.common16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common
index 5e2d65d..edde206 100644
--- a/sys/boot/alpha/common/Makefile.common
+++ b/sys/boot/alpha/common/Makefile.common
@@ -11,14 +11,14 @@ SRCS+= dev_net.c
.endif
# Enable BootForth
-#BOOT_FORTH= yes
-#CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
-##CFLAGS+= -DBOOT_FORTH
-#.if exists(${.OBJDIR}/../../ficl/libficl.a)
-#LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-#.else
-#LIBFICL= ${.CURDIR}/../../ficl/libficl.a
-#.endif
+BOOT_FORTH= yes
+CFLAGS+= -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/alpha
+CFLAGS+= -DBOOT_FORTH
+.if exists(${.OBJDIR}/../../ficl/libficl.a)
+LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
+.else
+LIBFICL= ${.CURDIR}/../../ficl/libficl.a
+.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
OpenPOWER on IntegriCloud