mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Remove -fno-strength-reduce, gcc bug recently fixed
This commit is contained in:
parent
3d019cce2c
commit
eb8421526c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13263
@ -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}/../..
|
||||
|
Loading…
Reference in New Issue
Block a user