summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd>2012-07-09 07:42:17 +0000
committersbd <sbd>2012-07-09 07:42:17 +0000
commitf09559217d64d608ad4a411870243da30432a432 (patch)
tree1e12efd88935e6a31798d4aa98d5c29efc9f61b8
parent21e271a83e1d9161c3d566463e10c88922398526 (diff)
downloadpkgsrc-f09559217d64d608ad4a411870243da30432a432.tar.gz
Set default values for _NEED_GCC47 and _NEED_GCC_AUX.
-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