Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86_64/conf Use DEFCOPTS, not COPTS, so that the la...



details:   https://anonhg.NetBSD.org/src/rev/623394d23742
branches:  trunk
changeset: 539943:623394d23742
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Nov 29 19:52:02 2002 +0000

description:
Use DEFCOPTS, not COPTS, so that the latter may be overridden in a kernel
config file.

diffstat:

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

diffs (18 lines):

diff -r edaadc409ef3 -r 623394d23742 sys/arch/x86_64/conf/Makefile.x86_64
--- a/sys/arch/x86_64/conf/Makefile.x86_64      Fri Nov 29 19:48:22 2002 +0000
+++ b/sys/arch/x86_64/conf/Makefile.x86_64      Fri Nov 29 19:52:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.x86_64,v 1.11 2002/11/25 01:38:32 thorpej Exp $
+#      $NetBSD: Makefile.x86_64,v 1.12 2002/11/29 19:52:02 fvdl Exp $
 
 # Makefile for NetBSD
 #
@@ -31,7 +31,7 @@
 ##
 ## (2) compile settings
 ##
-COPTS=         -O
+DEFCOPTS=      -O
 CPPFLAGS+=     -Dx86_64
 CFLAGS+=       -mcmodel=kernel
 CFLAGS+=       -mno-red-zone



Home | Main Index | Thread Index | Old Index