]> 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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 1 May 2020 20:12:13 +0000 (10:12 -1000)
commitb6f1def25cbb477549fad48e9586cef3ada2f9e5
tree3bf2c52843e6a853c51e10b50c94b6b4c2a3ded9
parenta2371216d693d93c68f6e8aed5c41fd726c423b0
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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