diff options
author | 2005-08-05 03:37:45 +0000 | |
---|---|---|
committer | 2005-08-05 03:37:45 +0000 | |
commit | ecfb9e610852db84e4eb2df50bafd7295c559ccd (patch) | |
tree | 8d228c27c9c009177004473a51897d9e28be27f2 /eclass/toolchain-binutils.eclass | |
parent | screw around with ABI a bit more (diff) | |
download | gentoo-2-ecfb9e610852db84e4eb2df50bafd7295c559ccd.tar.gz gentoo-2-ecfb9e610852db84e4eb2df50bafd7295c559ccd.tar.bz2 gentoo-2-ecfb9e610852db84e4eb2df50bafd7295c559ccd.zip |
need multilib.eclass for get_libdir
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 6e66bd5514de..578396bd8a27 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.42 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.43 2005/08/05 03:37:45 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and # then switch the versions on the fly (with `binutils-config`). -inherit eutils libtool flag-o-matic gnuconfig +inherit eutils libtool flag-o-matic gnuconfig multilib EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst pkg_postrm export CTARGET=${CTARGET:-${CHOST}} |