Enable FICL build on powerpc

This commit is contained in:
Peter Grehan 2003-12-10 09:18:42 +00:00
parent 456ff079c0
commit db97bace42

View File

@ -4,7 +4,7 @@
.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
.endif
.if !defined(NOFORTH) && ${MACHINE_ARCH} != "powerpc"
.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl
.endif