diff options
author | adam <adam@pkgsrc.org> | 2010-03-15 08:27:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-03-15 08:27:06 +0000 |
commit | 70e1f8f2cae6aa2df2efbf066cb703fb45979cfc (patch) | |
tree | 0494e898634e82e5e802bfa27606a5dbe867ae83 /mk | |
parent | f93f7ceb7dfdbf1417b85b3bbb130cee4cae765f (diff) | |
download | pkgsrc-70e1f8f2cae6aa2df2efbf066cb703fb45979cfc.tar.gz |
Changes 4.4.3:
The GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.3.
This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.1 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 5b7dae415e8..67742e5909a 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.102 2009/09/18 11:38:23 dmcmahill Exp $ +# $NetBSD: gcc.mk,v 1.103 2010/03/15 08:27:49 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.1 +_GCC_DIST_VERSION= 4.4.3 # _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].* \ |