summaryrefslogtreecommitdiff
path: root/sys/boot/ficl.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:44 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-16 03:59:44 +0000
commit6b9f688352c672850ed67ad2a31788d3ff024f5d (patch)
tree5d055a5449129db72365a0735eeb4e2bb352af74 /sys/boot/ficl.mk
parent8ed8e507755f93d82f5d5c0374de72cacef6ab2b (diff)
downloadsrc-test2-6b9f688352c672850ed67ad2a31788d3ff024f5d.tar.gz
src-test2-6b9f688352c672850ed67ad2a31788d3ff024f5d.zip
Move all the ficl common code into ficl.mk
There's a number of copies of basically identical code to enable building forth in /boot/loader. Move it all into ficl.mk.
Notes
Notes: svn path=/head/; revision=324652
Diffstat (limited to 'sys/boot/ficl.mk')
-rw-r--r--sys/boot/ficl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/ficl.mk b/sys/boot/ficl.mk
index 8700362332f0..bde0cc423e70 100644
--- a/sys/boot/ficl.mk
+++ b/sys/boot/ficl.mk
@@ -27,6 +27,8 @@ CFLAGS+= -m32 -mcpu=powerpc -I.
.endif
CFLAGS+= -I${FICLDIR} -I${FICLDIR}/${FICL_CPUARCH} -I${LDR_MI}
+CFLAGS+= -DBOOT_FORTH
+CFLAGS+= -DBF_DICTSIZE=15000
.if ${MACHINE_CPUARCH} == "amd64" && defined(FICL32)
.if !exists(machine)