]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Configure all gccs with --disable-install-libiberty
authorKhem Raj <raj.khem@gmail.com>
Wed, 15 Apr 2020 23:18:27 +0000 (16:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Apr 2020 12:58:59 +0000 (13:58 +0100)
commitfa8a205c69770d23323c9a06373db958af4b34d3
treec3045abd11ca4e9f9df907b2781bbb639a5fa587
parent33785be3c7eb4d5684cded08f955412a0c008929
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.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-configure-common.inc
meta/recipes-devtools/gcc/gcc-cross-canadian.inc
meta/recipes-devtools/gcc/gcc-cross.inc
meta/recipes-devtools/gcc/gcc-target.inc