summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index 34c1b2263b..8cb432780f 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -192,10 +192,6 @@ do_install () {
192 # We don't care about the gcc-<version> ones for this 192 # We don't care about the gcc-<version> ones for this
193 rm -f *gcc-?.?* 193 rm -f *gcc-?.?*
194 194
195 # We use libiberty from binutils
196 find ${D}${libdir} -name libiberty.a | xargs rm -f
197 find ${D}${libdir} -name libiberty.h | xargs rm -f
198
199 # Not sure why we end up with these but we don't want them... 195 # Not sure why we end up with these but we don't want them...
200 rm -f ${TARGET_PREFIX}${TARGET_PREFIX}* 196 rm -f ${TARGET_PREFIX}${TARGET_PREFIX}*
201 197