Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.

This commit is contained in:
Yoshihiro Takahashi 1999-11-16 11:56:38 +00:00
parent 22afa4faf3
commit 1615de7614

View File

@ -9,7 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /boot
BINMODE= 444
CFLAGS= -Os -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-mno-486 -mrtd \
-mpreferred-stack-boundary=2 -mrtd \
-DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= ${CWARNFLAGS}