diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 03:00:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-11 03:00:31 +0000 |
commit | 3a406249803d98b0261dc539e541caf09fc92eb7 (patch) | |
tree | 753a00814a0af4c8aeb3ca4b9ea479334d6d0e94 /eclass | |
parent | ia64/s390 stable (diff) | |
download | historical-3a406249803d98b0261dc539e541caf09fc92eb7.tar.gz historical-3a406249803d98b0261dc539e541caf09fc92eb7.tar.bz2 historical-3a406249803d98b0261dc539e541caf09fc92eb7.zip |
deleting LD_PRELOAD does bad things
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index a5b7415e244e..cc496703b7df 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # 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.28 2005/03/09 17:08:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.29 2005/03/11 03:00:31 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -124,9 +124,6 @@ toolchain-binutils_src_compile() { } toolchain-binutils_src_test() { - # sandbox + toolchain tests == angry tests - unset LD_PRELOAD - cd "${MY_BUILDDIR}" make check || die "check failed :(" } |