diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-22 04:50:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-22 04:50:22 +0000 |
commit | 932f63622a4e38cfefabff27006cb712486598a9 (patch) | |
tree | 5047217412035656a7aef81015bbd246d184ba08 /sys-devel | |
parent | remove default packages mask (diff) | |
download | gentoo-2-932f63622a4e38cfefabff27006cb712486598a9.tar.gz gentoo-2-932f63622a4e38cfefabff27006cb712486598a9.tar.bz2 gentoo-2-932f63622a4e38cfefabff27006cb712486598a9.zip |
Add a TEXTREL fix for arm and warn about TEXTRELs in ld.
(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-r7.ebuild | 20 | ||||
-rw-r--r-- | sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r7 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 53423d0f4c5e..4b4f221c35ae 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.191 2005/03/11 06:02:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.192 2005/03/22 04:50:22 vapier Exp $ + +*binutils-2.15.92.0.2-r7 (22 Mar 2005) + + 22 Mar 2005; Mike Frysinger <vapier@gentoo.org> + +binutils-2.15.92.0.2-r7.ebuild: + Add a TEXTREL fix for arm and warn about TEXTRELs in ld. *binutils-2.15.92.0.2-r6 (11 Mar 2005) diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r7.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r7.ebuild new file mode 100644 index 000000000000..5055912f86e8 --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r7.ebuild @@ -0,0 +1,20 @@ +# 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-r7.ebuild,v 1.1 2005/03/22 04:50:22 vapier Exp $ + +PATCHVER="2.0" +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 63* skip/ + + apply_binutils_updates +} diff --git a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r7 b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r7 new file mode 100644 index 000000000000..6871a6327849 --- /dev/null +++ b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r7 @@ -0,0 +1,3 @@ +MD5 702bc82d8b10914e112fb5c5d8b66498 binutils-2.15.92.0.2.tar.bz2 11019727 +MD5 d67dfd7e9f7c297f4f273a82814553be binutils-2.15.92.0.2-patches-2.0.tar.bz2 27316 +MD5 d7c24c3391171278d90f1bdb4be2e673 binutils-2.15.92.0.2-uclibc-patches-1.1.tar.bz2 5729 |