Remove -mno-486 option and add -mpreferred-stack-boundary=2 option.
This commit is contained in:
parent
22afa4faf3
commit
1615de7614
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user