From 54923bb82faef4a8f1ca1cd2b7470ec0b0846936 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Feb 2012 23:34:16 +0000 Subject: drop cxxabi.h relocation since it appears to be unnecessary nowadays with our compiler layout #406209 by Matthias Dahl --- eclass/toolchain.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'eclass/toolchain.eclass') 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 @@ -1470,10 +1470,6 @@ toolchain_src_install() { gcc_slot_java - # Move 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} -- cgit v1.2.3-65-gdbad