MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).
This commit is contained in:
parent
d9a134bf55
commit
cede9ec016
@ -9,6 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
|
|||||||
BINMODE= 444
|
BINMODE= 444
|
||||||
CFLAGS= -Os -mrtd \
|
CFLAGS= -Os -mrtd \
|
||||||
-fno-guess-branch-probability \
|
-fno-guess-branch-probability \
|
||||||
|
-fno-unit-at-a-time \
|
||||||
-D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
|
-D_KERNEL -DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
|
||||||
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
|
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
|
||||||
CFLAGS+= ${CWARNFLAGS}
|
CFLAGS+= ${CWARNFLAGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user