Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2009 18:53:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188825 - head/sys/boot
Message-ID:  <200902191853.n1JIr8X3005305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902191853.n1JIr8X3005305>