diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-09 06:38:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-09 06:38:15 +0000 |
commit | 8096ad8062b1b2479fbeae97c16e443cbc74b8ef (patch) | |
tree | 449ef43d20177c735fb3a27ed6d78c6096655b9b /sys-devel/binutils | |
parent | old (diff) | |
download | gentoo-2-8096ad8062b1b2479fbeae97c16e443cbc74b8ef.tar.gz gentoo-2-8096ad8062b1b2479fbeae97c16e443cbc74b8ef.tar.bz2 gentoo-2-8096ad8062b1b2479fbeae97c16e443cbc74b8ef.zip |
Fix gold build with gcc-4.4 #269260.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2d1a1f1dd23f..db0b054c00ec 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.367 2009/09/09 05:48:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.368 2009/09/09 06:38:15 vapier Exp $ + + 09 Sep 2009; Mike Frysinger <vapier@gentoo.org> binutils-2.19.1-r1.ebuild: + Fix gold build with gcc-4.4 #269260. *binutils-2.20.51.0.1 (09 Sep 2009) diff --git a/sys-devel/binutils/binutils-2.19.1-r1.ebuild b/sys-devel/binutils/binutils-2.19.1-r1.ebuild index b0a613aac78e..d482ff6d8a03 100644 --- a/sys-devel/binutils/binutils-2.19.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.19.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.1-r1.ebuild,v 1.1 2009/03/14 11:41:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.1-r1.ebuild,v 1.2 2009/09/09 06:38:15 vapier Exp $ -PATCHVER="1.1" +PATCHVER="1.2" ELF2FLT_VER="" inherit toolchain-binutils |