FICL doesn't build on PowerPC yet, so disable.

This commit is contained in:
obrien 2003-08-16 02:48:20 +00:00
parent 364e7e366c
commit e57b63786c
3 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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