diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-24 00:59:46 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-24 00:59:46 +0000 |
commit | e968b9ad75bb8aa6941f848f28186632133eca88 (patch) | |
tree | 20e74bec2033e4929f10d44f46ab53c91d264c39 /sys-devel/gcc/gcc-4.7.3-r1.ebuild | |
parent | version bump due to bug #455696 (diff) | |
download | gentoo-2-e968b9ad75bb8aa6941f848f28186632133eca88.tar.gz gentoo-2-e968b9ad75bb8aa6941f848f28186632133eca88.tar.bz2 gentoo-2-e968b9ad75bb8aa6941f848f28186632133eca88.zip |
4.6.4 p1.1: Fix ICE with -fprefetch-loop-arrays (bug #454568) and fix gcj
build with new freetype (bug #494606).
4.7.3 p1.4: Fix gcj build with new freetype (bug #494606).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.3-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.3-r1.ebuild b/sys-devel/gcc/gcc-4.7.3-r1.ebuild index 1e3331b4a57a..b70f4642572a 100644 --- a/sys-devel/gcc/gcc-4.7.3-r1.ebuild +++ b/sys-devel/gcc/gcc-4.7.3-r1.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-r1.ebuild,v 1.13 2013/12/23 21:36:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.3-r1.ebuild,v 1.14 2013/12/24 00:59:46 dirtyepic Exp $ -PATCH_VER="1.3" +PATCH_VER="1.4" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |