Module Name: src
Committed By: skrll
Date: Tue Aug 18 14:53:00 UTC 2009
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add HAVE_BINUTILS and default to 2.16
To generate a diff of this commit:
cvs rdiff -u -r1.567 -r1.568 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.567 src/share/mk/bsd.own.mk:1.568
--- src/share/mk/bsd.own.mk:1.567 Thu Jun 18 06:36:59 2009
+++ src/share/mk/bsd.own.mk Tue Aug 18 14:53:00 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.567 2009/06/18 06:36:59 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.568 2009/08/18 14:53:00 skrll Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -48,6 +48,9 @@
# default to GDB6
HAVE_GDB?= 6
+# default to binutils 2.16
+HAVE_BINUTILS?= 216
+
CPPFLAG_ISYSTEM= -isystem
.if defined(HAVE_GCC)
.if ${HAVE_GCC} == 3