summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-12-24 11:09:40 +0000
committerkato <kato@FreeBSD.org>1999-12-24 11:09:40 +0000
commit3575f36c29df7a2da7b197ac4fc937eb224c9f46 (patch)
tree91e8a8a0667e65e34284329e8c79433754d5c5dc /sys
parentdd11088a42521e4ac316e835646c07a58400c8e2 (diff)
downloadFreeBSD-src-3575f36c29df7a2da7b197ac4fc937eb224c9f46.zip
FreeBSD-src-3575f36c29df7a2da7b197ac4fc937eb224c9f46.tar.gz
Removed -mno-486 from CFLAGS.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/boot/biosboot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile
index 925028d..0606816 100644
--- a/sys/pc98/boot/biosboot/Makefile
+++ b/sys/pc98/boot/biosboot/Makefile
@@ -8,7 +8,6 @@ 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 \
-DPC98 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= ${CWARNFLAGS}
OpenPOWER on IntegriCloud