diff options
author | 2012-11-05 04:25:47 +0000 | |
---|---|---|
committer | 2012-11-05 04:25:47 +0000 | |
commit | bf22003eb2c52bd4cc5830d4dd47664f5ca95118 (patch) | |
tree | 3420e95fe4aa24676b8b36953e6e4392ae0365dc /sys-devel/gcc | |
parent | Do not hard-disable tests since they pass (bug #441748, thanks to Pavel Šime... (diff) | |
download | gentoo-2-bf22003eb2c52bd4cc5830d4dd47664f5ca95118.tar.gz gentoo-2-bf22003eb2c52bd4cc5830d4dd47664f5ca95118.tar.bz2 gentoo-2-bf22003eb2c52bd4cc5830d4dd47664f5ca95118.zip |
Patchset 1.3. Backport patches to ignore always_inline attribute on redefined
extern inline functions (bug #423945 and #435002) and preserve user alignment
on user defined sections (among other things fixes glibc build on PPC).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F9A40662)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 8eda00b8e2df..b90e59714651 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.910 2012/10/21 17:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.911 2012/11/05 04:25:47 dirtyepic Exp $ + + 05 Nov 2012; Ryan Hill <dirtyepic@gentoo.org> gcc-4.7.2.ebuild: + Patchset 1.3. Backport patches to ignore always_inline attribute on redefined + extern inline functions (bug #423945 and #435002) and preserve user alignment + on user defined sections (among other things fixes glibc build on PPC). 21 Oct 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.7.1.ebuild, gcc-4.7.2.ebuild: diff --git a/sys-devel/gcc/gcc-4.7.2.ebuild b/sys-devel/gcc/gcc-4.7.2.ebuild index 12745a92b020..284ab3508fae 100644 --- a/sys-devel/gcc/gcc-4.7.2.ebuild +++ b/sys-devel/gcc/gcc-4.7.2.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.7.2.ebuild,v 1.5 2012/10/21 17:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2.ebuild,v 1.6 2012/11/05 04:25:47 dirtyepic Exp $ -PATCH_VER="1.2" +PATCH_VER="1.3" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |