diff options
author | adam <adam@pkgsrc.org> | 2010-05-06 10:21:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-06 10:21:17 +0000 |
commit | c9b1a48b3a86055f0b5b563b8a82693fb7565a67 (patch) | |
tree | 7e8592bb699722c39fc0b03c7438643ee6004c50 /mk | |
parent | bec739014f2ab5993d060b94a9b674f56bec0beb (diff) | |
download | pkgsrc-c9b1a48b3a86055f0b5b563b8a82693fb7565a67.tar.gz |
Changes 4.4.4:
The [1]GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.4.
This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.3 relative to previous releases of GCC.
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 c876bdd2530..03577b3084b 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.104 2010/04/24 08:33:19 obache Exp $ +# $NetBSD: gcc.mk,v 1.105 2010/05/06 10:21:17 adam 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.4.3 +_GCC_DIST_VERSION= 4.4.4 # _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].* \ |