aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/boot2/Makefile')
-rw-r--r--sys/boot/pc98/boot2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index 44908664535f..ed4408112d32 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -8,9 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /boot
BINMODE= 444
-CFLAGS= -elf -Os -ffreestanding -fforce-addr -fdata-sections \
- -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
- -mpreferred-stack-boundary=2 -mrtd \
+CFLAGS= -elf -Os -fno-guess-branch-probability -mrtd \
-D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= ${CWARNFLAGS}