diff options
author | hans <hans@pkgsrc.org> | 2011-11-03 19:11:37 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-03 19:11:37 +0000 |
commit | 9e70b91cb14b3d7adfed643336d9882e99797670 (patch) | |
tree | fa84d12dc3dc238676bd7e419905a1acbacc5886 /mk | |
parent | f39aee60343010d2fa655956e77a7923995825f3 (diff) | |
download | pkgsrc-9e70b91cb14b3d7adfed643336d9882e99797670.tar.gz |
Update _GCC_DIST_VERSION to 4.6.2
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler/gcc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index fc0d7680bba..8258d03212a 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.111 2011/09/08 20:17:15 abs Exp $ +# $NetBSD: gcc.mk,v 1.112 2011/11/03 19:11:37 hans Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -73,7 +73,7 @@ GCC_REQD+= 3.0 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc # without the PKGREVISIONs. # -_GCC_DIST_VERSION= 4.6.1 +_GCC_DIST_VERSION= 4.6.2 # _GCC2_PATTERNS matches N s.t. N <= 2.95.3. _GCC2_PATTERNS= [0-1].* 2.[0-9] 2.[0-9].* 2.[1-8][0-9] 2.[1-8][0-9].* \ |