summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 5a04f78..ad7f32b 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) && ${MACHINE_ARCH} != "powerpc"
+.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl
.endif
OpenPOWER on IntegriCloud