summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/binutils/ChangeLog5
-rw-r--r--sys-devel/binutils/Manifest4
-rw-r--r--sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild18
3 files changed, 4 insertions, 23 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index d6bb48459020..d68e3112d1cc 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-devel/binutils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.96 2003/12/31 13:37:00 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.97 2004/01/02 16:59:17 gmsoft Exp $
30 Dec 2003; Sven Blumenstein <bazik@gentoo.org>
binutils-2.11.92.0.12.3-r2.ebuild, binutils-2.11.92.0.7.ebuild,
@@ -17,9 +17,6 @@
*binutils-2.14.90.0.7-r3 (09 Nov 2003)
- 31 Dec 2003; Guy Martin <gmsoft@gentoo.org> binutils-2.14.90.0.7-r3.ebuild:
- Added hppa64-linux target for hppa.
-
08 Dec 2003; Guy Martin <gmsoft@gentoo.org> binutils-2.14.90.0.7-r3.ebuild:
Marked stable on hppa.
diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index b7ff6cca620b..afdc45df1f43 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -1,4 +1,4 @@
-MD5 9275d6dd22dc7cdbb23480913cf3b18c ChangeLog 21033
+MD5 ea617080d8cf31c4999de674dc3ddbd9 ChangeLog 20916
MD5 8e4e70fcd5323fe04a0218e0ee2947d0 binutils-2.11.92.0.12.3-r2.ebuild 3043
MD5 de91be015b4adcfde39ba0f55e489f1e binutils-2.11.92.0.7.ebuild 2321
MD5 1b11085f74185bfe7061a6fb01d62ebd binutils-2.12.90.0.15.ebuild 3501
@@ -14,7 +14,7 @@ MD5 1061b8485b52828e56bca2e6c2c7450f binutils-2.14.90.0.6-r6.ebuild 6643
MD5 b62d86b06c39b4cb33bae82bcf813086 binutils-2.14.90.0.6-r7.ebuild 6741
MD5 6254c40f0b3984cc8c86c39de84af9bb binutils-2.14.90.0.7-r1.ebuild 5618
MD5 17ceeea7ab368d305a902f688acd3e77 binutils-2.14.90.0.7-r2.ebuild 6164
-MD5 c6455aa27f67c60aa56e18aefc26da58 binutils-2.14.90.0.7-r3.ebuild 6629
+MD5 6cb667d2dd3d2c45df4120e203059a90 binutils-2.14.90.0.7-r3.ebuild 6196
MD5 3bd4365800eff544e9f4865924d7ccfb binutils-2.14.90.0.7.ebuild 5569
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 fe5fb935b171a472f5eb1a8bca63c136 files/binutils-2.12.90.0.14-glibc21.patch 7936
diff --git a/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild b/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild
index d519091dabd5..62df89f75000 100644
--- a/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild
+++ b/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild,v 1.6 2003/12/31 13:37:00 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.7-r3.ebuild,v 1.7 2004/01/02 16:59:17 gmsoft Exp $
IUSE="nls bootstrap build"
@@ -107,10 +107,6 @@ src_compile() {
CFLAGS="$(echo "${CFLAGS}" | sed -e 's,-O[2-9] ,-O1 ,')"
fi
- if [ "${ARCH}" = "hppa" ]
- then
- myconf="${myconf} --enable-targets=hppa64-linux"
- fi
# Fix /usr/lib/libbfd.la
elibtoolize --portage
@@ -178,18 +174,6 @@ src_install() {
ln -s ../${CHOST}/bin/${x} ${x}
done
- # hppa need hppa64-linux and nothing else for kernel compilation
- if [ "${ARCH}" = "hppa" ]
- then
- dosym ${CHOST} /usr/hppa64-linux
- for x in `ls ${D}/usr/${CHOST}/bin/`
- do
- [ ! -e "${D}/usr/bin/${CHOST}-${x}" ] && \
- dosym ../${CHOST}/bin/${x} /usr/bin/hppa64-linux-${x}
- dosym ../${CHOST}/bin/${x} /usr/bin/hppa64-${x}
- done
- fi
-
if [ -n "${PROFILE_ARCH}" ] && \
[ "${PROFILE_ARCH/64}" != "${PROFILE_ARCH}" ]
then