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.
This commit is contained in:
parent
c536ef83f0
commit
dafe1ac0a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user