From 86a063bfda103e3d250181fe0d6eccf511bddc77 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 25 Feb 2011 13:34:56 +0000 Subject: 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. --- mk/compiler/gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') 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].* \ -- cgit v1.2.3