summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-19 18:53:08 +0000
committerimp <imp@FreeBSD.org>2009-02-19 18:53:08 +0000
commita24b268e2bfee045dc6f97db89faf9258c6fd055 (patch)
treef7b6b6b0f82c7f2d18f3f6892ec6798751425896
parent4b97c54e65b53aa48e821c11b4e6e52e65675da1 (diff)
downloadFreeBSD-src-a24b268e2bfee045dc6f97db89faf9258c6fd055.zip
FreeBSD-src-a24b268e2bfee045dc6f97db89faf9258c6fd055.tar.gz
Enable building of ficl on MIPS. It compiles, but needs more testing.
-rw-r--r--sys/boot/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 7020ebb..02c767d 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -2,10 +2,6 @@
.include <bsd.own.mk>
-.if ${MACHINE_ARCH} == "mips"
-MK_FORTH=no # not yet
-.endif
-
.if ${MK_FORTH} != "no"
# Build the add-in FORTH interpreter.
SUBDIR+= ficl
OpenPOWER on IntegriCloud