summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-11-05 21:06:16 +0000
committerache <ache@FreeBSD.org>1994-11-05 21:06:16 +0000
commit84e8df56199fef73f7dcbc08df80b20de2368fda (patch)
tree9b4ff8e44dc435d351a57d2ad6b46cae0c59b618 /sys/i386/boot/biosboot/Makefile
parent7418e4c6c2888da86f9dc88166c3ffa6333dd9a6 (diff)
downloadFreeBSD-src-84e8df56199fef73f7dcbc08df80b20de2368fda.zip
FreeBSD-src-84e8df56199fef73f7dcbc08df80b20de2368fda.tar.gz
Change -O2 to -O
With each gcc version -O2 can cause absolutely unpredicatable things Second stage boot still fits in allowed size
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 d178e9f..15a2e30 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 1994/10/15 03:59:19 phk Exp $
+# $Id: Makefile,v 1.21 1994/10/28 07:54:13 rgrimes Exp $
#
PROG= boot
@@ -7,7 +7,7 @@ SRCS= start.S table.c boot2.S boot.c asm.S bios.S io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
-CFLAGS= -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT}
+CFLAGS= -O -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT}
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
CLEANFILES+= boot.nohdr boot.strip boot1 boot2
OpenPOWER on IntegriCloud