1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Enable FICL build on powerpc

This commit is contained in:
Peter Grehan 2003-12-10 09:18:42 +00:00
parent 456ff079c0
commit db97bace42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123377

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