From 9d2eea8313120174ad747878225969ce87eaea9f Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 May 2000 22:45:16 +0000 Subject: 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. --- sys/boot/alpha/common/Makefile.common | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/boot/alpha') 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 -- cgit v1.1