summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-package-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-package-target.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-package-target.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc
index c39aaa8bcb..95a92c1f91 100644
--- a/meta/recipes-devtools/gcc/gcc-package-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-target.inc
@@ -115,8 +115,8 @@ do_install () {
115 rm -f *gcc-?.?* 115 rm -f *gcc-?.?*
116 116
117 # We use libiberty from binutils 117 # We use libiberty from binutils
118 find ${D}${exec_prefix}/lib -name libiberty.a | xargs rm -f 118 find ${D}${libdir} -name libiberty.a | xargs rm -f
119 find ${D}${exec_prefix}/lib -name libiberty.h | xargs rm -f 119 find ${D}${libdir} -name libiberty.h | xargs rm -f
120 120
121 # Not sure why we end up with these but we don't want them... 121 # Not sure why we end up with these but we don't want them...
122 rm -f ${TARGET_PREFIX}${TARGET_PREFIX}* 122 rm -f ${TARGET_PREFIX}${TARGET_PREFIX}*