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.
This commit is contained in:
adam 2010-05-06 10:21:17 +00:00
parent b96ef5835e
commit fb7b9246d1
3 changed files with 8 additions and 10 deletions

View file

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.12 2010/03/24 19:43:25 asau Exp $ # $NetBSD: Makefile,v 1.13 2010/05/06 10:21:17 adam Exp $
#
DISTNAME= gcc-${GCC_VERSION} DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc44-${GCC_VERSION} PKGNAME= gcc44-${GCC_VERSION}
PKGREVISION= 1
CATEGORIES= lang CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/} MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/}
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2
@ -21,7 +19,7 @@ USE_TOOLS+= awk:run bash:run perl chmod \
DEPENDS+= zip-[0-9]*:../../archivers/zip DEPENDS+= zip-[0-9]*:../../archivers/zip
GCC_VERSION= 4.4.3 GCC_VERSION= 4.4.4
GCC_SUBPREFIX= gcc44 GCC_SUBPREFIX= gcc44
GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX}

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.3 2010/03/15 08:27:06 adam Exp $ $NetBSD: distinfo,v 1.4 2010/05/06 10:21:17 adam Exp $
SHA1 (gcc-4.4.3.tar.bz2) = 619766282734728539ce58a5c383cb371f1999c7 SHA1 (gcc-4.4.4.tar.bz2) = 45d1e7242a08cbb7a343ed2bf640a5afd0ebe098
RMD160 (gcc-4.4.3.tar.bz2) = b51afac3cb77ee3dc09d29c2f85936482ed82ab2 RMD160 (gcc-4.4.4.tar.bz2) = b41f26be28cc1ef643135230dfa94876d8a02dd6
Size (gcc-4.4.3.tar.bz2) = 62944934 bytes Size (gcc-4.4.4.tar.bz2) = 63018867 bytes
SHA1 (patch-aa) = b7180161a0c9eb63738ebf9586e52591ef43c636 SHA1 (patch-aa) = b7180161a0c9eb63738ebf9586e52591ef43c636
SHA1 (patch-ab) = e254456a6da7090f7ba37d3b55a17be2dd157f88 SHA1 (patch-ab) = e254456a6da7090f7ba37d3b55a17be2dd157f88
SHA1 (patch-ac) = 0af9845a62f9a6f8ec27657d0ae0c16394e9fc12 SHA1 (patch-ac) = 0af9845a62f9a6f8ec27657d0ae0c16394e9fc12

View file

@ -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. # 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 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc
# without the PKGREVISIONs. # 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 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].* \ _GCC2_PATTERNS= [0-1].* 2.[0-9] 2.[0-9].* 2.[1-8][0-9] 2.[1-8][0-9].* \