diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-15 02:18:17 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-15 02:18:17 +0000 |
commit | be6dd0641b4efd39362ce265a80286d506700c28 (patch) | |
tree | 50bf4fa087a10cf02850cfaae370f57f685845ba /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-be6dd0641b4efd39362ce265a80286d506700c28.tar.gz gentoo-2-be6dd0641b4efd39362ce265a80286d506700c28.tar.bz2 gentoo-2-be6dd0641b4efd39362ce265a80286d506700c28.zip |
Patchset 1.10. Backport patch to fix ICE on arm (bug #401561).
(Portage version: 2.2.0_alpha151/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.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 15d5b715f709..883d3f6138d4 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.931 2013/01/13 13:21:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.932 2013/01/15 02:18:17 dirtyepic Exp $ + + 15 Jan 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.3.ebuild: + Patchset 1.10. Backport patch to fix ICE on arm (bug #401561). 13 Jan 2013; Raúl Porcel <armin76@gentoo.org> gcc-4.6.3.ebuild: Move back to ~alpha, bug #451680 diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebuild index bc3077b71af1..182f65b77568 100644 --- a/sys-devel/gcc/gcc-4.6.3.ebuild +++ b/sys-devel/gcc/gcc-4.6.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.6.3.ebuild,v 1.24 2013/01/13 13:21:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.25 2013/01/15 02:18:17 dirtyepic Exp $ -PATCH_VER="1.9" +PATCH_VER="1.10" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |