diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 4aac345bec..553ef7fe62 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -108,12 +108,6 @@ do_install () { | |||
108 | # We don't care about the gcc-<version> copies | 108 | # We don't care about the gcc-<version> copies |
109 | rm -f ${D}${bindir}/*gcc-?.?* | 109 | rm -f ${D}${bindir}/*gcc-?.?* |
110 | 110 | ||
111 | # We use libiberty from binutils | ||
112 | rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a | ||
113 | # Not sure where the strange paths come from | ||
114 | rm -f ${D}${libdir}/../lib/libiberty.a | ||
115 | rm -f ${D}${libdir}/libiberty.a | ||
116 | |||
117 | # Cleanup empty directories which are not shipped | 111 | # Cleanup empty directories which are not shipped |
118 | # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted | 112 | # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted |
119 | # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686 | 113 | # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686 |