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}