change -O2 back to -O, may be inappropriate with some versions of gcc.
This commit is contained in:
parent
817b0f26ba
commit
9af8a9634e
|
@ -1,5 +1,5 @@
|
|||
# @(#)Makefile.hp300 7.10 (Berkeley) 6/27/91
|
||||
# $Id: Makefile.amiga,v 1.10 1994/02/22 02:06:25 chopps Exp $
|
||||
# $Id: Makefile.amiga,v 1.11 1994/02/24 02:23:59 chopps Exp $
|
||||
#
|
||||
# Makefile for 4.4 BSD
|
||||
#
|
||||
|
@ -35,7 +35,7 @@ AMIGA= ../..
|
|||
|
||||
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
||||
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Dmc68020 -Damiga -DREFBIT
|
||||
CFLAGS= -O2 -mc68020 -m68881 ${COPTS}
|
||||
CFLAGS= -O -mc68020 -m68881 ${COPTS}
|
||||
|
||||
### find out what to use for libkern
|
||||
.include "$S/lib/libkern/Makefile.inc"
|
||||
|
|
Loading…
Reference in New Issue