diff options
author | sbd <sbd@pkgsrc.org> | 2011-10-31 19:37:31 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-10-31 19:37:31 +0000 |
commit | e53b99c35332bbd2fe0bc92b1c938e4ed33a6a4b (patch) | |
tree | 95b20744eeab534a346c85008d2eb4b70d91da58 /lang/gcc46/Makefile | |
parent | b225cdc2ecdbf8c3a9df020ab56d7b94ec9ef5fb (diff) | |
download | pkgsrc-e53b99c35332bbd2fe0bc92b1c938e4ed33a6a4b.tar.gz |
Update to GCC 4.6.2
GCC 4.6.2 is a bug-fix release containing fixes for regressions and
serious bugs in GCC 4.6.1, with over 110 bugs fixed since previous
release.
This is the list of problem reports (PRs) from GCC's bug tracking system
that are known to be fixed in the 4.6.2 release. This list might not be
complete (that is, it is possible that some PRs that have been fixed are
not listed here).
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.6.2
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index f45a9c14cba..60eaf92f901 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/10/18 17:56:15 hans Exp $ +# $NetBSD: Makefile,v 1.12 2011/10/31 19:37:31 sbd Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc46-${GCC_VERSION} -PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_VERSION}/} EXTRACT_SUFX= .tar.bz2 @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= awk:run bash:run chmod gmake:run makeinfo sed:run -GCC_VERSION= 4.6.1 +GCC_VERSION= 4.6.2 GCC_SUBPREFIX= gcc46 GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} |