Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/sys.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/sys.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- src/share/mk/sys.mk 2000/08/22 17:38:49 1.58 +++ src/share/mk/sys.mk 2001/06/19 01:37:44 1.59 @@ -1,4 +1,4 @@ -# $NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp $ +# $NetBSD: sys.mk,v 1.59 2001/06/19 01:37:44 fvdl Exp $ # @(#)sys.mk 8.2 (Berkeley) 3/21/94 unix?= We run NetBSD. @@ -28,6 +28,8 @@ CC?= cc ${MACHINE_ARCH} == "sparc" || \ ${MACHINE_ARCH} == "vax" DBG?= -O2 +.elif ${MACHINE_ARCH} == "x86_64" +DBG?= .else DBG?= -O .endif