summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-09 07:42:17 +0000
committersbd <sbd@pkgsrc.org>2012-07-09 07:42:17 +0000
commit1f6820ed3ab7ba029086d0aa0d91a2e989d31616 (patch)
tree1e12efd88935e6a31798d4aa98d5c29efc9f61b8 /mk
parent9f38adad969f1452f92ee3246ab47fe34493140c (diff)
downloadpkgsrc-1f6820ed3ab7ba029086d0aa0d91a2e989d31616.tar.gz
Set default values for _NEED_GCC47 and _NEED_GCC_AUX.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/gcc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index 342d8eac2e9..a8af8ca5f58 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.122 2012/07/08 19:57:10 marino Exp $
+# $NetBSD: gcc.mk,v 1.123 2012/07/09 07:42:17 sbd Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -240,11 +240,13 @@ _NEED_GCC46?= no
_NEED_GCC46= yes
. endif
.endfor
+_NEED_GCC47?= no
.for _pattern_ in ${_GCC47_PATTERNS}
. if !empty(_GCC_REQD:M${_pattern_})
_NEED_GCC47= yes
. endif
.endfor
+_NEED_GCC_AUX?= no
.for _pattern_ in ${_GCC_AUX_PATTERNS}
. if !empty(_GCC_REQD:M${_pattern_})
_NEED_GCC_AUX= yes