svn commit: r188825 - head/sys/boot
Warner Losh
imp at FreeBSD.org
Thu Feb 19 10:53:09 PST 2009
Author: imp
Date: Thu Feb 19 18:53:08 2009
New Revision: 188825
URL: http://svn.freebsd.org/changeset/base/188825
Log:
Enable building of ficl on MIPS. It compiles, but needs more testing.
Modified:
head/sys/boot/Makefile
Modified: head/sys/boot/Makefile
==============================================================================
--- head/sys/boot/Makefile Thu Feb 19 18:52:31 2009 (r188824)
+++ head/sys/boot/Makefile Thu Feb 19 18:53:08 2009 (r188825)
@@ -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
More information about the svn-src-all
mailing list