diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | 2 |
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 () { | |||
34 | do_install () { | 34 | do_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}/ |