summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-11 21:03:27 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-11 21:03:27 +0000
commitc4c54808a936d562715fe7a0ea6e9518109015dc (patch)
treee6b5acef85d7298292140a9a3abb69f82547cc44 /sys-devel
parentnet-mail/notmuch: Version bump to 0.10.2. (diff)
downloadgentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.tar.gz
gentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.tar.bz2
gentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.zip
Add fixes from upstream for ppc/hppa/s390x, and a hardened fix for static linking.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/ChangeLog8
-rw-r--r--sys-devel/binutils/binutils-2.22-r1.ebuild13
2 files changed, 20 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index 2a7b770e370b..1ea3821345ec 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/binutils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.432 2011/12/11 14:28:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.433 2011/12/11 21:03:27 vapier Exp $
+
+*binutils-2.22-r1 (11 Dec 2011)
+
+ 11 Dec 2011; Mike Frysinger <vapier@gentoo.org> +binutils-2.22-r1.ebuild:
+ Add fixes from upstream for ppc/hppa/s390x, and a hardened fix for static
+ linking.
11 Dec 2011; Raúl Porcel <armin76@gentoo.org> binutils-2.21.1-r1.ebuild:
sparc stable wrt #378485
diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild
new file mode 100644
index 000000000000..a2aa62f130bc
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.22-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2011 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.1 2011/12/11 21:03:27 vapier Exp $
+
+PATCHVER="1.1"
+ELF2FLT_VER=""
+inherit toolchain-binutils
+
+# 66_all_binutils-2.22-warn-textrel.patch fails to apply with
+# patch-2.5.9, so require a version that for sure works
+DEPEND+=" >=sys-devel/patch-2.6.1"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd"