diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-28 23:34:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-28 23:34:16 +0000 |
commit | 54923bb82faef4a8f1ca1cd2b7470ec0b0846936 (patch) | |
tree | 8adb1c2ad10f94dc74cc72f053d29e2f0f1a6da0 /eclass | |
parent | Actually *use* the new patch by Stefan "stkn" Knoblich, my apologies. Jaco Kr... (diff) | |
download | gentoo-2-54923bb82faef4a8f1ca1cd2b7470ec0b0846936.tar.gz gentoo-2-54923bb82faef4a8f1ca1cd2b7470ec0b0846936.tar.bz2 gentoo-2-54923bb82faef4a8f1ca1cd2b7470ec0b0846936.zip |
drop cxxabi.h relocation since it appears to be unnecessary nowadays with our compiler layout #406209 by Matthias Dahl
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 75e89dd62ca1..d5dc665fb9a6 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.517 2012/02/20 07:18:47 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.518 2012/02/28 23:34:16 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1470,10 +1470,6 @@ toolchain_src_install() { gcc_slot_java - # Move <cxxabi.h> to compiler-specific directories - [[ -f ${D}${STDCXX_INCDIR}/cxxabi.h ]] && \ - mv -f "${D}"${STDCXX_INCDIR}/cxxabi.h "${D}"${LIBPATH}/include/ - # These should be symlinks dodir /usr/bin cd "${D}"${BINPATH} |