diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 02:37:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-09 02:37:57 +0000 |
commit | 7470359686cee29ee3ad0d914416b449e50f089a (patch) | |
tree | abb35354f1abb5a490b8252e98922d51705c7606 /sys-devel | |
parent | old (diff) | |
download | gentoo-2-7470359686cee29ee3ad0d914416b449e50f089a.tar.gz gentoo-2-7470359686cee29ee3ad0d914416b449e50f089a.tar.bz2 gentoo-2-7470359686cee29ee3ad0d914416b449e50f089a.zip |
Fix up gcc-4 support for real #82907 by richard juckes.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r5.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r5 | 3 |
3 files changed, 35 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 832d58975a36..27f10e64b2d5 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.188 2005/02/24 00:50:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.189 2005/03/09 02:37:57 vapier Exp $ + +*binutils-2.15.92.0.2-r5 (08 Mar 2005) + + 08 Mar 2005; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.92.0.2-r5.ebuild: + Fix up gcc-4 support for real #82907 by richard juckes. *binutils-2.15.92.0.2-r4 (23 Feb 2005) diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r5.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r5.ebuild new file mode 100644 index 000000000000..8a485ae0d72b --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r5.ebuild,v 1.1 2005/03/09 02:37:57 vapier Exp $ + +PATCHVER="1.6" +UCLIBC_PATCHVER="1.1" +inherit toolchain-binutils + +KEYWORDS="-* ~alpha ~amd64 -arm ~hppa -ia64 ~sparc ~x86" + +src_unpack() { + toolchain-binutils_src_unpack + + # Patches + cd ${WORKDIR}/patch + mkdir skip + mv *ldsoconf* *no_rel_ro* skip/ + if use uclibc ; then + mv *relro* skip/ + else + mv 20_* skip/ + fi + + apply_binutils_updates +} diff --git a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r5 b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r5 new file mode 100644 index 000000000000..a14ad812f525 --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r5 @@ -0,0 +1,3 @@ +MD5 702bc82d8b10914e112fb5c5d8b66498 binutils-2.15.92.0.2.tar.bz2 11019727 +MD5 48996de376a59fcfb6ad1447f923fcef binutils-2.15.92.0.2-patches-1.6.tar.bz2 59567 +MD5 d7c24c3391171278d90f1bdb4be2e673 binutils-2.15.92.0.2-uclibc-patches-1.1.tar.bz2 5729 |