Use DEFCOPTS, not COPTS, so that the latter may be overridden in a kernel

config file.
This commit is contained in:
fvdl 2002-11-29 19:52:02 +00:00
parent a45e0497c5
commit 735931f6e4

View File

@ -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 @@ GENASSYM= ${X86_64}/x86_64/genassym.cf
##
## (2) compile settings
##
COPTS= -O
DEFCOPTS= -O
CPPFLAGS+= -Dx86_64
CFLAGS+= -mcmodel=kernel
CFLAGS+= -mno-red-zone