diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-02 01:15:12 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-02 01:15:12 +0000 |
commit | bde420b63775797e5976a73b8f854beb907b3192 (patch) | |
tree | 3e74d284124446c3888c7c7bf277bbcb7afb1205 /sys-devel/gcc/gcc-4.7.2-r1.ebuild | |
parent | old (diff) | |
download | gentoo-2-bde420b63775797e5976a73b8f854beb907b3192.tar.gz gentoo-2-bde420b63775797e5976a73b8f854beb907b3192.tar.bz2 gentoo-2-bde420b63775797e5976a73b8f854beb907b3192.zip |
4.7.2 p1.5: Fixes PR56125 (wrong code with -ffast-math).
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.2-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.2-r1.ebuild b/sys-devel/gcc/gcc-4.7.2-r1.ebuild index f3f8621f113e..68639387cb1c 100644 --- a/sys-devel/gcc/gcc-4.7.2-r1.ebuild +++ b/sys-devel/gcc/gcc-4.7.2-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.2-r1.ebuild,v 1.1 2013/02/25 04:42:07 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.2 2013/03/02 01:15:12 dirtyepic Exp $ -PATCH_VER="1.4" +PATCH_VER="1.5" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |