Append -Os to DBG, not overwrite in case DBG has more than just -Ox from

sys.mk
This commit is contained in:
matt 2014-01-30 22:19:00 +00:00
parent f830673a68
commit 7738103370
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2013/12/26 02:25:57 christos Exp $ # $NetBSD: Makefile,v 1.31 2014/01/30 22:19:00 matt Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -6,7 +6,7 @@
WARNS= 1 WARNS= 1
# XXX # XXX
.if ${MACHINE_ARCH} != "m68000" .if ${MACHINE_ARCH} != "m68000"
DBG= -Os DBG+= -Os
.endif .endif
CRUNCHGEN_FLAGS=-d "${DBG}" CRUNCHGEN_FLAGS=-d "${DBG}"