Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh5/conf s/COPTS/DEFCOPTS/



details:   https://anonhg.NetBSD.org/src/rev/144fa2aa95e4
branches:  trunk
changeset: 537666:144fa2aa95e4
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Oct 04 10:24:05 2002 +0000

description:
s/COPTS/DEFCOPTS/

diffstat:

 sys/arch/sh5/conf/Makefile.sh5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f50666e673d -r 144fa2aa95e4 sys/arch/sh5/conf/Makefile.sh5
--- a/sys/arch/sh5/conf/Makefile.sh5    Fri Oct 04 10:22:24 2002 +0000
+++ b/sys/arch/sh5/conf/Makefile.sh5    Fri Oct 04 10:24:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sh5,v 1.7 2002/10/01 07:56:45 scw Exp $
+#      $NetBSD: Makefile.sh5,v 1.8 2002/10/04 10:24:05 scw Exp $
 
 # Makefile for NetBSD/sh5
 #
@@ -72,7 +72,7 @@
 CFLAGS+=       ${SH5_ENDIAN_CC} -m5-${SH5_ABI}media-nofpu
 AFLAGS+=       ${SH5_ENDIAN_CC} -m5-${SH5_ABI}media-nofpu
 AFLAGS+=       -x assembler-with-cpp -traditional-cpp
-COPTS?=                -O1
+DEFCOPTS?=     -O1
 DEFWARNINGS=   no
 CWARNFLAGS+=   -Werror -Wall -Wno-main -Wpointer-arith
 CWARNFLAGS+=   -Wno-uninitialized -Wno-format



Home | Main Index | Thread Index | Old Index