summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-05 19:28:55 +0000
committerache <ache@FreeBSD.org>1996-01-05 19:28:55 +0000
commit3ec7e2cb2718e147729cdbf3debb9ec39bde1d0d (patch)
treeba15260650443e4a0d89fc828d6d0eb3d2be561d
parentcf156de4f099af6b9037ea77ca20f61c491a295e (diff)
downloadFreeBSD-src-3ec7e2cb2718e147729cdbf3debb9ec39bde1d0d.zip
FreeBSD-src-3ec7e2cb2718e147729cdbf3debb9ec39bde1d0d.tar.gz
Remove -fno-strength-reduce, gcc bug recently fixed
-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 f136086..e609527 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.32 1995/08/19 15:59:19 joerg Exp $
+# $Id: Makefile,v 1.33 1995/10/10 21:11:06 ache Exp $
#
PROG= boot
@@ -8,7 +8,7 @@ SRCS+= probe_keyboard.c io.c disk.c sys.c
BINDIR= /usr/mdec
BINMODE= 444
-CFLAGS= -O2 -fno-strength-reduce \
+CFLAGS= -O2 \
-DDO_BAD144 -DBOOTWAIT=${BOOTWAIT} -DCOMCONSOLE=0x3F8
CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
OpenPOWER on IntegriCloud