summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
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/gcc
parent2fa1f7de3204ef370f2143eb4b8696de30c58a39 (diff)
downloadpoky-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/gcc')
-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 df5958ac77..7b1bb3861b 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 () {
34do_install () { 34do_install () {
35 oe_runmake 'DESTDIR=${D}' install 35 oe_runmake 'DESTDIR=${D}' install
36 install -d ${D}${target_base_libdir}/ 36 install -d ${D}${target_base_libdir}/
37 mv ${D}${exec_prefix}/${TARGET_SYS}/lib/* ${D}${target_base_libdir}/ 37 mv ${D}${exec_prefix}/${TARGET_SYS}/${baselib}/* ${D}${target_base_libdir}/
38 38
39 # We don't really need this (here shares/ contains man/, info/, locale/). 39 # We don't really need this (here shares/ contains man/, info/, locale/).
40 rm -rf ${D}${datadir}/ 40 rm -rf ${D}${datadir}/