diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index 9a91a7f39f..e6105da0e6 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -84,7 +84,7 @@ do_install () { | |||
84 | # Cleanup some of the ${libdir}{,exec}/gcc stuff ... | 84 | # Cleanup some of the ${libdir}{,exec}/gcc stuff ... |
85 | rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools | 85 | rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools |
86 | rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools | 86 | rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools |
87 | rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la | 87 | rm -rf ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la |
88 | 88 | ||
89 | # Hack around specs file assumptions | 89 | # Hack around specs file assumptions |
90 | test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs | 90 | test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs |