diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-10 03:23:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-10 03:23:49 +0000 |
commit | 195f02ac212798f9dab7d3c6d83fb0b7c2b787c4 (patch) | |
tree | 2b1175bb32d75870433fbeaefe8e9b721b5740c4 /sys-devel | |
parent | Mask =app-misc/gnote-0.8.2[applet] to allow stabilization (bug #414983). (diff) | |
download | gentoo-2-195f02ac212798f9dab7d3c6d83fb0b7c2b787c4.tar.gz gentoo-2-195f02ac212798f9dab7d3c6d83fb0b7c2b787c4.tar.bz2 gentoo-2-195f02ac212798f9dab7d3c6d83fb0b7c2b787c4.zip |
Push out hppa 64bit fix #382075 by Jeroen Roovers, and new arm hardfp ldso path.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.3.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index fc79eff625b0..6f1650589e44 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.872 2012/05/06 16:33:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.873 2012/05/10 03:23:49 vapier Exp $ + + 10 May 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.5.3-r2.ebuild, + gcc-4.6.3.ebuild: + Push out hppa 64bit fix #382075 by Jeroen Roovers, and new arm hardfp ldso + path. 06 May 2012; Raúl Porcel <armin76@gentoo.org> gcc-4.3.6-r1.ebuild, gcc-4.4.6-r1.ebuild, gcc-4.5.3-r2.ebuild: diff --git a/sys-devel/gcc/gcc-4.5.3-r2.ebuild b/sys-devel/gcc/gcc-4.5.3-r2.ebuild index b6ac96cf03af..379373742ead 100644 --- a/sys-devel/gcc/gcc-4.5.3-r2.ebuild +++ b/sys-devel/gcc/gcc-4.5.3-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r2.ebuild,v 1.12 2012/05/06 16:33:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r2.ebuild,v 1.13 2012/05/10 03:23:49 vapier Exp $ -PATCH_VER="1.2" +PATCH_VER="1.4" UCLIBC_VER="1.0" # Hardened gcc 4 stuff diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebuild index 5749129aeba6..eb3fd55c136a 100644 --- a/sys-devel/gcc/gcc-4.6.3.ebuild +++ b/sys-devel/gcc/gcc-4.6.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.1 2012/04/28 00:57:23 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.2 2012/05/10 03:23:49 vapier Exp $ -PATCH_VER="1.0" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |