summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-intermediate.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
index 05b5dbc089..df5958ac77 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
@@ -40,8 +40,8 @@ do_install () {
40 rm -rf ${D}${datadir}/ 40 rm -rf ${D}${datadir}/
41 41
42 # We use libiberty from binutils 42 # We use libiberty from binutils
43 find -name libiberty.a ${D}${exec_prefix}/lib | xargs rm -f 43 find ${D}${exec_prefix}/lib -name libiberty.a | xargs rm -f
44 find -name libiberty.h ${D}${exec_prefix}/lib | xargs rm -f 44 find ${D}${exec_prefix}/lib -name libiberty.h | xargs rm -f
45 45
46 # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are 46 # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are
47 # found. These need to be relative paths so they work in different locations. 47 # found. These need to be relative paths so they work in different locations.