diff options
author | wiz <wiz> | 2011-08-18 10:01:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-18 10:01:31 +0000 |
commit | ef220aabca0f1c5383cd8e820c381eaca256b409 (patch) | |
tree | 416cf99faa1489a7e0a486e704270a78d72bb294 /mk | |
parent | e11939c7c345d1b957b5b141447477fe2d24e595 (diff) | |
download | pkgsrc-ef220aabca0f1c5383cd8e820c381eaca256b409.tar.gz |
Update _GCC_DIST_VERSION to 4.6.1.
Noted by Jörn Clausen in PR 45256.
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 e09c14c4bf1..6f951cf7eb7 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.109 2011/06/10 08:59:58 wiz Exp $ +# $NetBSD: gcc.mk,v 1.110 2011/08/18 10:01:31 wiz 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.0 +_GCC_DIST_VERSION= 4.6.1 # _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].* \ |