summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-09-19 05:28:13 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-09-19 05:28:13 +0000
commit518f8f2412a91c36ae586bc8fe0b858c5e5ba6fd (patch)
treea35bca4b67ab4f6be874917bc2dd29233679d86d /sys/boot
parentae2577258cc0a8e139397e9fbf8b9084b47bbe57 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/boot2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index 955cb5387fe9..258b151f6527 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -9,6 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINMODE= 444
CFLAGS= -Os -mrtd \
-fno-guess-branch-probability \
+ -fno-unit-at-a-time \
-D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= ${CWARNFLAGS}