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, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc
index 3286da6a95..d61e96b57b 100644
--- a/meta/recipes-devtools/gcc/gcc-package-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-target.inc
@@ -86,6 +86,10 @@ do_install () {
86 # We don't care about the gcc-<version> ones for this 86 # We don't care about the gcc-<version> ones for this
87 rm -f *gcc-?.?* 87 rm -f *gcc-?.?*
88 88
89 # We use libiberty from binutils
90 find -name libiberty.a ${D}${exec_prefix}/lib | xargs rm -f
91 find -name libiberty.h ${D}${exec_prefix}/lib | xargs rm -f
92
89 # Symlinks so we can use these trivially on the target 93 # Symlinks so we can use these trivially on the target
90 ln -sf ${TARGET_SYS}-g77 g77 || true 94 ln -sf ${TARGET_SYS}-g77 g77 || true
91 ln -sf ${TARGET_SYS}-gfortran gfortran || true 95 ln -sf ${TARGET_SYS}-gfortran gfortran || true