Removed vestiges of BAD144 support.
Removed -mno-486 from CFLAGS since it is no longer supported by gcc.
This commit is contained in:
parent
c1ab0cfd47
commit
aae2ba6305
@ -8,10 +8,8 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
|
||||
|
||||
BINMODE= 444
|
||||
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
|
||||
-mno-486 \
|
||||
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
|
||||
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
|
||||
CFLAGS+= -DDO_BAD144
|
||||
CFLAGS+= ${CWARNFLAGS}
|
||||
|
||||
# By default, if a serial port is going to be used as console, use COM1
|
||||
|
@ -10,8 +10,7 @@ SRCS+= probe_keyboard.c io.c cdrom.c malloc.c
|
||||
|
||||
BINMODE= 444
|
||||
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
|
||||
-mno-486 \
|
||||
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
|
||||
-DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
|
||||
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
|
||||
CFLAGS+= -I${.CURDIR}/../biosboot
|
||||
CFLAGS+= -DCDBOOT
|
||||
|
Loading…
Reference in New Issue
Block a user