diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-08-12 19:39:31 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-08-12 19:39:31 +0000 |
commit | 3c5a86c215e80285f14c60a1a3eef585db4a1cd3 (patch) | |
tree | fefa2bd5737e10c85feeea82242a087d6517071b /sys-devel | |
parent | Move from old Fedora patch for using external cdparanoia to new Fedora patch ... (diff) | |
download | gentoo-2-3c5a86c215e80285f14c60a1a3eef585db4a1cd3.tar.gz gentoo-2-3c5a86c215e80285f14c60a1a3eef585db4a1cd3.tar.bz2 gentoo-2-3c5a86c215e80285f14c60a1a3eef585db4a1cd3.zip |
4.7.3 p1.1: Fixes bug #463796 (parallel build failure), bug #467418 (missing
plugin headers on arm targets), and bug #475350 (implement --disable-werror
for
libitm).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 5ecc5e588767..daa8bc965a52 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,12 @@ # 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.952 2013/06/04 05:25:51 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.953 2013/08/12 19:39:31 dirtyepic Exp $ + + 12 Aug 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.7.3.ebuild: + 4.7.3 p1.1: Fixes bug #463796 (parallel build failure), bug #467418 (missing + plugin headers on arm targets), and bug #475350 (implement --disable-werror + for + libitm). *gcc-4.8.1 (04 Jun 2013) diff --git a/sys-devel/gcc/gcc-4.7.3.ebuild b/sys-devel/gcc/gcc-4.7.3.ebuild index 68c98affa335..9cdc44216db1 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.2 2013/05/20 10:56:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3.ebuild,v 1.3 2013/08/12 19:39:31 dirtyepic Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |