summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-15 16:18:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-26 14:00:50 +0100
commit43b340fb2718245a45503772ab95d1b383cba4d5 (patch)
treeffa9dd3870f1066e2213d2475c096c6af48ef782 /meta/recipes-devtools/gcc/gcc-cross-canadian.inc
parent01619c9acbf8ac5c66817a5cdfe9a8819891989b (diff)
downloadpoky-43b340fb2718245a45503772ab95d1b383cba4d5.tar.gz
gcc: Configure all gccs with --disable-install-libiberty
OE uses libiberty from binutils, since its properly compiled as pic archive and applications and other libraries needing libiberty can properly link with it. With this option applied, explicit delete of libiberty headers and libraries is not required in install step, since they wont get installed in first place. (From OE-Core rev: fa8a205c69770d23323c9a06373db958af4b34d3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc6
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