summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-04 13:54:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:19 +0100
commit35fa8dc5f7da90fdd40091a3c3600d3fcd232922 (patch)
tree6f92433a9c86cbc1ac97457c35b769d8e5ac6542 /meta/recipes-devtools
parent2fa1f7de3204ef370f2143eb4b8696de30c58a39 (diff)
downloadast2050-yocto-poky-35fa8dc5f7da90fdd40091a3c3600d3fcd232922.zip
ast2050-yocto-poky-35fa8dc5f7da90fdd40091a3c3600d3fcd232922.tar.gz
gcc: use ${base_lib} to match gcc default configuration
Rather than tweaking MULTILIB_DIRNAMES & MULTILIB_OSDIRNAMES like is done for x86-64 via 64bithack.patch. We can just go with gcc defaults and utilize ${base_lib} for where to find gcc libs. (From OE-Core rev: cfcc282efef30ea1988ccbe14835254a999584ea) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-intermediate.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
index df5958a..7b1bb38 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
@@ -34,7 +34,7 @@ do_compile () {
do_install () {
oe_runmake 'DESTDIR=${D}' install
install -d ${D}${target_base_libdir}/
- mv ${D}${exec_prefix}/${TARGET_SYS}/lib/* ${D}${target_base_libdir}/
+ mv ${D}${exec_prefix}/${TARGET_SYS}/${baselib}/* ${D}${target_base_libdir}/
# We don't really need this (here shares/ contains man/, info/, locale/).
rm -rf ${D}${datadir}/
OpenPOWER on IntegriCloud