Remove -fno-strength-reduce, gcc bug recently fixed

This commit is contained in:
Andrey A. Chernov 1996-01-05 19:28:55 +00:00
parent 3d019cce2c
commit eb8421526c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13263

View File

@ -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}/../..