From 40080cba48ab2918b7aad54d0dcc01922b14c034 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 22 Aug 2011 23:03:16 +0000 Subject: [PATCH] Remove incorrect library path. Patch by Jonathan Callen . Bugs 289947 and 358149. --- eclass/toolchain.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6f895cfb3acb..cab37b40e172 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.463 2011/08/22 02:19:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.464 2011/08/22 23:03:16 mattst88 Exp $ # # Maintainer: Toolchain Ninjas @@ -1966,8 +1966,7 @@ gcc_movelibs() { ${LIBPATH}/${OS_MULTIDIR} \ ${LIBPATH}/../${MULTIDIR} \ ${PREFIX}/lib/${OS_MULTIDIR} \ - ${PREFIX}/${CTARGET}/lib/${OS_MULTIDIR} \ - ${PREFIX}/lib/${MULTIDIR} + ${PREFIX}/${CTARGET}/lib/${OS_MULTIDIR} do removedirs="${removedirs} ${FROMDIR}" FROMDIR=${D}${FROMDIR} -- 2.26.2