diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc index ea105e6eb0..316a7647ec 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | |||
@@ -37,7 +37,8 @@ do_compile () { | |||
37 | do_install () { | 37 | do_install () { |
38 | oe_runmake 'DESTDIR=${D}' install | 38 | oe_runmake 'DESTDIR=${D}' install |
39 | install -d ${D}${target_base_libdir}/ | 39 | install -d ${D}${target_base_libdir}/ |
40 | mv ${D}${exec_prefix}/${TARGET_SYS}/${baselib}/* ${D}${target_base_libdir}/ | 40 | osdir=`${D}${STAGING_BINDIR_TOOLCHAIN}.${PN}/${TARGET_PREFIX}gcc -print-multi-os-directory` |
41 | mv ${D}${exec_prefix}/${TARGET_SYS}/lib/$osdir/* ${D}${target_base_libdir}/ | ||
41 | 42 | ||
42 | # We don't really need this (here shares/ contains man/, info/, locale/). | 43 | # We don't really need this (here shares/ contains man/, info/, locale/). |
43 | rm -rf ${D}${datadir}/ | 44 | rm -rf ${D}${datadir}/ |