summaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2
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/pc98/boot2
parent3b2b7c3e7abca45fb4e24c59f996d7058ebf46a3 (diff)
Notes
Diffstat (limited to 'sys/boot/pc98/boot2')
-rw-r--r--sys/boot/pc98/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index d4bdde4ce6f6..44908664535f 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -8,7 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /boot
BINMODE= 444
-CFLAGS= -elf -Os -fno-builtin -fforce-addr -fdata-sections \
+CFLAGS= -elf -Os -ffreestanding -fforce-addr -fdata-sections \
-malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mpreferred-stack-boundary=2 -mrtd \
-D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}