summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r--sys-devel/binutils/ChangeLog6
-rw-r--r--sys-devel/binutils/binutils-2.17.50.0.6.ebuild21
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.17.50.0.66
3 files changed, 26 insertions, 7 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index 502a80274a8d..3ed0c2e2c3e7 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/binutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.271 2006/10/21 05:56:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.272 2006/11/15 14:38:40 lu_zero Exp $
+
+ 15 Nov 2006; Luca Barbato <lu_zero@gentoo.org>
+ binutils-2.17.50.0.6.ebuild:
+ Cell support added
*binutils-2.17.50.0.6 (21 Oct 2006)
diff --git a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild
index c6a091a1e096..4f66440721ae 100644
--- a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild
+++ b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild
@@ -1,11 +1,26 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.1 2006/10/21 05:56:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.2 2006/11/15 14:38:40 lu_zero Exp $
-PATCHVER="1.0"
+PATCHVER="1.1"
UCLIBC_PATCHVER="1.0"
ELF2FLT_VER=""
-inherit toolchain-binutils
+inherit toolchain-binutils autotools
# ARCH - packages to test before marking
KEYWORDS="-*"
+
+# make sure the headers will be regenerated
+EXTRA_ECONF="${EXTRA_ECONF} --enable-maintainer-mode"
+#workaround
+MAKEOPTS=-j1
+src_unpack() {
+ toolchain-binutils_src_unpack
+ cd ${S}
+ for dir in bfd gas ld opcodes
+ do
+ pushd ${dir} >/dev/null
+ eautoreconf
+ popd >/dev/null
+ done
+}
diff --git a/sys-devel/binutils/files/digest-binutils-2.17.50.0.6 b/sys-devel/binutils/files/digest-binutils-2.17.50.0.6
index bd46c025ada7..dda980a06f81 100644
--- a/sys-devel/binutils/files/digest-binutils-2.17.50.0.6
+++ b/sys-devel/binutils/files/digest-binutils-2.17.50.0.6
@@ -1,6 +1,6 @@
-MD5 41289edd11493f3aa6c49742a467ff44 binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245
-RMD160 a92dc0a5fc61b5485841f750feaae171a8f8e96f binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245
-SHA256 efffbadb41d1d2f428c183924123dd91191e7123af1bb127d380b5b89307d5aa binutils-2.17.50.0.6-patches-1.0.tar.bz2 7245
+MD5 b71c321132b041dec89cecbbcc877bde binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454
+RMD160 db425128c5d8662b16e663dfccac007184d19d1e binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454
+SHA256 de78eab8aa886c2daa70e0238d37dafd0e74f4ce1f3a96badd553a3640dd52ab binutils-2.17.50.0.6-patches-1.1.tar.bz2 57454
MD5 341b471dd018df1cd7b436be6cc74819 binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576
RMD160 c14ac3de100b8b7df5eb260793d8e1b57675ce9f binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576
SHA256 bc500b3e0a8698f6d869fc62dd9c253ab31ad6c02658709e9b0e95b070b9447a binutils-2.17.50.0.6-uclibc-patches-1.0.tar.bz2 1576