aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 09:26:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 09:26:35 +0000
commitd1bdfb40fdbbd014d784e1ad700962bc3c6d4115 (patch)
tree129629b06e5fc8f495f4447b72ce9c193c4cae7d /sys/boot/ficl
parent3b2b7c3e7abca45fb4e24c59f996d7058ebf46a3 (diff)
Notes
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index f569f7a2991d..a1187e7e7366 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -6,6 +6,7 @@ BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
SRCS= ${BASE_SRCS} sysdep.c softcore.c
CLEANFILES= softcore.c testmain testmain.o
+CFLAGS+= -ffreestanding
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -mno-fp-regs
.endif