diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-16 09:35:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-16 09:35:40 +0000 |
commit | 8352d6ce819ef1ddee08b0f601c6fb179b10cf92 (patch) | |
tree | bb13a8162eb23fbf257dea76f6eda78e80190c2f /sys | |
parent | 984148668bb4bf4fbf16f653a048496e3928ec04 (diff) |
Consistent COPTS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/conf/Makefile.amiga | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index fa78cd67919..dbdf88c0735 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amiga,v 1.24 1998/03/30 18:58:06 niklas Exp $ +# $OpenBSD: Makefile.amiga,v 1.25 2000/07/16 09:35:39 espie Exp $ # $NetBSD: Makefile.amiga,v 1.60 1997/07/23 10:19:42 is Exp $ # Makefile for OpenBSD @@ -27,7 +27,6 @@ LD?= ld MKDEP?= mkdep STRIP?= strip TOUCH?= touch -f -c -COPTS?= -O2 # source tree is located via $S relative to the compilation directory .ifndef S @@ -48,7 +47,7 @@ CMACHFLAGS= -m68060 -Wa,-m68030 .endif CMACHFLAGS+= -msoft-float -CFLAGS= ${DEBUG} ${CWARNFLAGS} ${COPTS} ${CMACHFLAGS} +CFLAGS= ${DEBUG} -O2 ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -n -Ttext 0 -e start STRIPFLAGS= -d |