diff options
author | 2004-12-30 22:22:28 +0000 | |
---|---|---|
committer | 2004-12-30 22:22:28 +0000 | |
commit | 50b3522156e7de6ef193ad479ec2e5f5212c41a0 (patch) | |
tree | fa31f0860d1c028c8989fa558c6f2bb290777947 /eclass/toolchain-binutils.eclass | |
parent | New version to support extra symlink generation for multilib systems. (Manife... (diff) | |
download | gentoo-2-50b3522156e7de6ef193ad479ec2e5f5212c41a0.tar.gz gentoo-2-50b3522156e7de6ef193ad479ec2e5f5212c41a0.tar.bz2 gentoo-2-50b3522156e7de6ef193ad479ec2e5f5212c41a0.zip |
FAKE_TARGETS
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index aa05e2136e3a..5232bf1941b8 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.17 2004/12/24 07:15:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.18 2004/12/30 22:22:28 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -163,6 +163,7 @@ toolchain-binutils_src_install() { TARGET="${CTARGET}" VER="${PV}" LIBPATH="${LIBPATH}" +FAKE_TARGETS="${CTARGETS_BINUTILS}" EOF newins env.d ${CTARGET}-${PV} |