diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-08-26 06:00:26 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-08-26 06:00:26 +0000 |
commit | f9568d376832bd01eb21048a1085a1b92b9636e7 (patch) | |
tree | ad8ba75b11d35ac7fb2a20db1640075b2586430c /sys-devel | |
parent | arm stable, bug #478260 (diff) | |
download | gentoo-2-f9568d376832bd01eb21048a1085a1b92b9636e7.tar.gz gentoo-2-f9568d376832bd01eb21048a1085a1b92b9636e7.tar.bz2 gentoo-2-f9568d376832bd01eb21048a1085a1b92b9636e7.zip |
4.7.3 p1.2: Fixes bug #475482 (linking errors with -O3 -march=core-avx2).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 76fb282828e1..7c1e6ef409ef 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.957 2013/08/14 14:35:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.958 2013/08/26 06:00:26 dirtyepic Exp $ + + 26 Aug 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.7.3.ebuild: + 4.7.3 p1.2: Fixes bug #475482 (linking errors with -O3 -march=core-avx2). 14 Aug 2013; Raúl Porcel <armin76@gentoo.org> gcc-4.6.3.ebuild: alpha stable, again now that i've tested it correctly diff --git a/sys-devel/gcc/gcc-4.7.3.ebuild b/sys-devel/gcc/gcc-4.7.3.ebuild index 9cdc44216db1..5cd902941a82 100644 --- a/sys-devel/gcc/gcc-4.7.3.ebuild +++ b/sys-devel/gcc/gcc-4.7.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v 1.3 2013/08/12 19:39:31 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v 1.4 2013/08/26 06:00:26 dirtyepic Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |