diff options
author | adam <adam> | 2010-05-06 10:21:17 +0000 |
---|---|---|
committer | adam <adam> | 2010-05-06 10:21:17 +0000 |
commit | 241eec80f64344ba81ebe8b5f66a6a07d0657ef3 (patch) | |
tree | 7e8592bb699722c39fc0b03c7438643ee6004c50 /mk/compiler | |
parent | cf28040d733f91c9dd5a888c02e8f1ae0b509750 (diff) | |
download | pkgsrc-241eec80f64344ba81ebe8b5f66a6a07d0657ef3.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/compiler')
-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].* \ |