diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-10 04:29:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-10 04:29:22 +0000 |
commit | e425ad6e4762879a4fabf76a9a6e6b02e8553661 (patch) | |
tree | 496df84b7ea2a9c0a13ca2699d99a36880bcfcea /sys-devel | |
parent | Update to EAPI=4 and move patchset to CVS. (diff) | |
download | gentoo-2-e425ad6e4762879a4fabf76a9a6e6b02e8553661.tar.gz gentoo-2-e425ad6e4762879a4fabf76a9a6e6b02e8553661.tar.bz2 gentoo-2-e425ad6e4762879a4fabf76a9a6e6b02e8553661.zip |
Build with -fPIC on s390x #430554 by Raúl Porcel.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index e6384f59f732..2250e89ab101 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.464 2012/08/08 21:09:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.465 2012/08/10 04:29:22 vapier Exp $ + + 10 Aug 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.22-r1.ebuild: + Build with -fPIC on s390x #430554 by Raúl Porcel. 08 Aug 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.23.51.0.1.ebuild: Fix applying of lib32 patch as reported by Arfrever. diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild index 67f95d78974d..389043dbbc70 100644 --- a/sys-devel/binutils/binutils-2.22-r1.ebuild +++ b/sys-devel/binutils/binutils-2.22-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.13 2012/08/07 17:59:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.14 2012/08/10 04:29:22 vapier Exp $ -PATCHVER="1.4" +PATCHVER="1.5" ELF2FLT_VER="" inherit toolchain-binutils |