summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-05 15:43:03 +0000
committerbde <bde@FreeBSD.org>1997-03-05 15:43:03 +0000
commit6334056b87abd02a5e712c67e20720dfdf9045f4 (patch)
treea159cde82373bc320a707fe6718efa31ecfa64ab /sys
parent87a2ee48a6ae6584b8637aadfc0901c8a42df448 (diff)
downloadFreeBSD-src-6334056b87abd02a5e712c67e20720dfdf9045f4.zip
FreeBSD-src-6334056b87abd02a5e712c67e20720dfdf9045f4.tar.gz
Added -mno-486 to CFLAGS to force smaller code in case someone compiles
with CC="cc -m486". This doesn't fix PR2381, since PR2381 is for 2.1.x.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/biosboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index f9fc3f5..ddd4e00 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.54 1997/02/22 09:30:00 peter Exp $
#
PROG= boot
@@ -9,6 +9,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
+ -mno-486 \
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
OpenPOWER on IntegriCloud