summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 17:48:52 +0000
committerbde <bde@FreeBSD.org>1999-12-23 17:48:52 +0000
commit89cb597052dd0053263ec0be426cf556de50f026 (patch)
tree9cfc7dbebe5c47ce823164190926984ef4ce1bc3
parentbd797bef3388dcd9fc6c569958246a948a9f2f7d (diff)
downloadFreeBSD-src-89cb597052dd0053263ec0be426cf556de50f026.zip
FreeBSD-src-89cb597052dd0053263ec0be426cf556de50f026.tar.gz
Removed vestiges of BAD144 support.
Removed -mno-486 from CFLAGS since it is no longer supported by gcc.
-rw-r--r--sys/i386/boot/biosboot/Makefile2
-rw-r--r--sys/i386/boot/cdboot/Makefile3
2 files changed, 1 insertions, 4 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 3139674..781221b 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -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
diff --git a/sys/i386/boot/cdboot/Makefile b/sys/i386/boot/cdboot/Makefile
index 1278a28..383f054 100644
--- a/sys/i386/boot/cdboot/Makefile
+++ b/sys/i386/boot/cdboot/Makefile
@@ -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
OpenPOWER on IntegriCloud