From a24b268e2bfee045dc6f97db89faf9258c6fd055 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 19 Feb 2009 18:53:08 +0000 Subject: Enable building of ficl on MIPS. It compiles, but needs more testing. --- sys/boot/Makefile | 4 ---- 1 file changed, 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 -.if ${MACHINE_ARCH} == "mips" -MK_FORTH=no # not yet -.endif - .if ${MK_FORTH} != "no" # Build the add-in FORTH interpreter. SUBDIR+= ficl -- cgit v1.1