diff options
author | hans <hans@pkgsrc.org> | 2011-02-25 13:34:56 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-02-25 13:34:56 +0000 |
commit | c31a702bef92370ad9c90cd50072db8ae2808a6e (patch) | |
tree | 350c02adfe2768909512155011d20c6740337229 /mk | |
parent | 4cf585ac693f6e350413d2754af8b9133f6df60f (diff) | |
download | pkgsrc-c31a702bef92370ad9c90cd50072db8ae2808a6e.tar.gz |
Update to 4.4.5, fixes a build problem on OpenIndiana (and probably
Solaris 11 Express, too).
Changes 4.4.5:
The GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.5.
This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.4 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 7743084b5f4..2b98b28d8e2 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.107 2010/12/26 14:13:44 asau Exp $ +# $NetBSD: gcc.mk,v 1.108 2011/02/25 13:34:56 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.4.4 +_GCC_DIST_VERSION= 4.4.5 # _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].* \ |