svn commit: r328782 - head/stand

Warner Losh imp at FreeBSD.org
Fri Feb 2 15:01:55 UTC 2018


Author: imp
Date: Fri Feb  2 15:01:54 2018
New Revision: 328782
URL: https://svnweb.freebsd.org/changeset/base/328782

Log:
  Now that we no longer conditionally compile some files outside of ficl
  with BOOT_FORTH, retire it from here.

Modified:
  head/stand/ficl.mk

Modified: head/stand/ficl.mk
==============================================================================
--- head/stand/ficl.mk	Fri Feb  2 15:01:49 2018	(r328781)
+++ head/stand/ficl.mk	Fri Feb  2 15:01:54 2018	(r328782)
@@ -17,5 +17,4 @@ CFLAGS+=	-fPIC
 .endif
 
 CFLAGS+=	-I${FICLSRC} -I${FICLSRC}/${FICL_CPUARCH} -I${LDRSRC}
-CFLAGS+=	-DBOOT_FORTH
 CFLAGS+=	-DBF_DICTSIZE=15000


More information about the svn-src-all mailing list