summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-16 02:48:20 +0000
committerobrien <obrien@FreeBSD.org>2003-08-16 02:48:20 +0000
commit48df5c2fbb12117ed8d59780b2353916718cb1d2 (patch)
treecaff823757ea3cf39cc49f23a5b5e3e2b7e40748 /sys/boot/Makefile
parent0cde071e2fbd00d8fd7bd3c9af274dc1d4f66a32 (diff)
downloadFreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.zip
FreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.tar.gz
FICL doesn't build on PowerPC yet, so disable.
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index ad7f32b..5a04f78 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -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
OpenPOWER on IntegriCloud