FICL doesn't build on PowerPC yet, so disable.
This commit is contained in:
parent
364e7e366c
commit
e57b63786c
@ -4,7 +4,7 @@
|
||||
.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
.if !defined(NOFORTH) && ${MACHINE_ARCH} != "powerpc"
|
||||
# Build the add-in FORTH interpreter
|
||||
SUBDIR+= ficl
|
||||
.endif
|
||||
|
@ -30,16 +30,16 @@ CFLAGS+= -DLOADER_DISK_SUPPORT
|
||||
CFLAGS+= -DLOADER_NET_SUPPORT
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
.else
|
||||
LIBFICL= ${.CURDIR}/../../ficl/libficl.a
|
||||
.endif
|
||||
.endif
|
||||
###.if !defined(NOFORTH)
|
||||
#### Enable BootForth
|
||||
###BOOT_FORTH= yes
|
||||
###CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
###.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
###LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
###.else
|
||||
###LIBFICL= ${.CURDIR}/../../ficl/libficl.a
|
||||
###.endif
|
||||
###.endif
|
||||
|
||||
# Always add MI sources
|
||||
.PATH: ${.CURDIR}/../../common
|
||||
|
@ -30,16 +30,16 @@ CFLAGS+= -DLOADER_DISK_SUPPORT
|
||||
CFLAGS+= -DLOADER_NET_SUPPORT
|
||||
.endif
|
||||
|
||||
.if !defined(NOFORTH)
|
||||
# Enable BootForth
|
||||
BOOT_FORTH= yes
|
||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
.else
|
||||
LIBFICL= ${.CURDIR}/../../ficl/libficl.a
|
||||
.endif
|
||||
.endif
|
||||
###.if !defined(NOFORTH)
|
||||
#### Enable BootForth
|
||||
###BOOT_FORTH= yes
|
||||
###CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
|
||||
###.if exists(${.OBJDIR}/../../ficl/libficl.a)
|
||||
###LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
###.else
|
||||
###LIBFICL= ${.CURDIR}/../../ficl/libficl.a
|
||||
###.endif
|
||||
###.endif
|
||||
|
||||
# Always add MI sources
|
||||
.PATH: ${.CURDIR}/../../common
|
||||
|
Loading…
Reference in New Issue
Block a user