diff options
author | 2005-05-28 08:37:38 +0000 | |
---|---|---|
committer | 2005-05-28 08:37:38 +0000 | |
commit | 96a6c714d27c48915b9a98ac9f42cb6aac7925d7 (patch) | |
tree | e40fe51c4e4306e330b288059baafd74dc768776 /sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild | |
parent | Update ChangeLog. (diff) | |
download | gentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.tar.gz gentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.tar.bz2 gentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.zip |
Add some more bfd checks and fix tls stripping.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild new file mode 100644 index 000000000000..b35237c02eae --- /dev/null +++ b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild @@ -0,0 +1,9 @@ +# 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.91.0.2-r2.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $ + +PATCHVER="1.1" +UCLIBC_PATCHVER="" +inherit toolchain-binutils + +KEYWORDS="-* -amd64 ~hppa ~mips ~sparc" |