diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-08 15:27:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-08 15:27:34 +0000 |
commit | 5874c18803db3444109947e70e73475616ccb0f1 (patch) | |
tree | e5bdafc0b834bbdd8dafa95a72779ad72d6a3837 /sys-devel/gcc | |
parent | Set RESTRICT=test (bug #450894). (diff) | |
download | gentoo-2-5874c18803db3444109947e70e73475616ccb0f1.tar.gz gentoo-2-5874c18803db3444109947e70e73475616ccb0f1.tar.bz2 gentoo-2-5874c18803db3444109947e70e73475616ccb0f1.zip |
Fix building with glibc-2.16 #424970 by Chris Smith.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 384ce6946cfb..ce749e223c5c 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.922 2013/01/03 16:07:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.923 2013/01/08 15:27:34 vapier Exp $ + + 08 Jan 2013; Mike Frysinger <vapier@gentoo.org> gcc-3.4.6-r2.ebuild: + Fix building with glibc-2.16 #424970 by Chris Smith. 03 Jan 2013; Raúl Porcel <armin76@gentoo.org> gcc-4.4.7.ebuild, gcc-4.5.4.ebuild: diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index a1bcdeae5510..c69b56ca7ef4 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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-3.4.6-r2.ebuild,v 1.32 2012/11/24 21:22:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.33 2013/01/08 15:27:34 vapier Exp $ -PATCH_VER="1.6" +PATCH_VER="1.7" UCLIBC_VER="1.1" UCLIBC_GCC_VER="3.4.5" HTB_VER="1.00.1" |