Remove incorrect library path. Patch by Jonathan Callen <abcd@gentoo.org>. Bugs 28994...
authorMatt Turner <mattst88@gentoo.org>
Mon, 22 Aug 2011 23:03:16 +0000 (23:03 +0000)
committerMatt Turner <mattst88@gentoo.org>
Mon, 22 Aug 2011 23:03:16 +0000 (23:03 +0000)
eclass/toolchain.eclass

index 6f895cfb3acbf7e1bf61120896df3870aee41aa6..cab37b40e172299d381317b25d40a775eedeebfb 100644 (file)
@@ -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 <toolchain@gentoo.org>
 
@@ -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}