summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-08 22:35:48 +0000
committerbde <bde@FreeBSD.org>1996-10-08 22:35:48 +0000
commitda493162e3e5a52e07bc557550981b45ccdf1599 (patch)
tree3fdb9d443d3f41cb85f187e1a479cf172aeb343e /sys/i386/boot/biosboot/Makefile
parentde8a481c6ff60e9530f7626980f1d2df37e5ade3 (diff)
downloadFreeBSD-src-da493162e3e5a52e07bc557550981b45ccdf1599.zip
FreeBSD-src-da493162e3e5a52e07bc557550981b45ccdf1599.tar.gz
Saved about 160 bytes by using the gcc-2.7 alignment options.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index f44f227..019dbb0 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.45 1996/09/07 21:16:44 bde Exp $
+# $Id: Makefile,v 1.46 1996/10/08 22:18:34 bde Exp $
#
PROG= boot
@@ -8,7 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
-CFLAGS= -O2 \
+CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DTIMEOUT=${TIMEOUT}
CFLAGS+= -DCOMCONSOLE=0x3F8
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
OpenPOWER on IntegriCloud