Removed vestiges of BAD144 support.

Removed -mno-486 from CFLAGS since it is no longer supported by gcc.
This commit is contained in:
Bruce Evans 1999-12-23 17:48:52 +00:00
parent c1ab0cfd47
commit aae2ba6305
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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