Change -O2 to -O
With each gcc version -O2 can cause absolutely unpredicatable things Second stage boot still fits in allowed size
This commit is contained in:
parent
5b515dcb38
commit
c897ebc21a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user