diff options
Diffstat (limited to 'sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild b/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild index 61e5d3d4bf08..a75db6653512 100644 --- a/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild +++ b/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild,v 1.3 2004/05/11 13:46:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.1.1-r2.ebuild,v 1.4 2004/05/17 00:59:17 solar Exp $ # NOTE to Maintainer: ChangeLog states that it no longer use perl to build # the manpages, but seems this is incorrect .... @@ -18,7 +18,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2 LICENSE="GPL-2 | LGPL-2" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="nls bootstrap build" +IUSE="nls bootstrap build multitarget" DEPEND="virtual/glibc nls? ( sys-devel/gettext ) @@ -61,6 +61,7 @@ src_compile() { && myconf="${myconf} --without-included-gettext" \ || myconf="${myconf} --disable-nls" + use multitarget && myconf="${myconf} --enable-targets=all" # Filter CFLAGS=".. -O2 .." on arm use arm && replace-flags -O? -O @@ -165,7 +166,7 @@ src_install() { docinto gas dodoc gas/ChangeLog* gas/CONTRIBUTORS gas/COPYING gas/NEWS gas/README* docinto gprof - dodoc gprof/ChangeLog* gprof/TEST gprof/TODO + dodoc gprof/ChangeLog* gprof/TEST gprof/TODO gprof/bbconv.pl docinto ld dodoc ld/ChangeLog* ld/README ld/NEWS ld/TODO docinto libiberty |