summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/boot2
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-09-18 00:12:04 +0000
committernyan <nyan@FreeBSD.org>2004-09-18 00:12:04 +0000
commitebe6d04326cf6137f835e47e532b3007228fe230 (patch)
tree4dedc136995c1374381708915af772a81498d403 /sys/boot/pc98/boot2
parent97071532dc9dfca80dbc5bc131c17b1b6f64b2a9 (diff)
downloadFreeBSD-src-ebe6d04326cf6137f835e47e532b3007228fe230.zip
FreeBSD-src-ebe6d04326cf6137f835e47e532b3007228fe230.tar.gz
MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).
Diffstat (limited to 'sys/boot/pc98/boot2')
-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 955cb53..258b151 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}
OpenPOWER on IntegriCloud