1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00:00

libgcc: Ensure that gcc configure options are passed to libgcc too

libgcc uses certain options from EXTRA_OECONF as well, curently we are
ignoring them, as a result we do not configure libgcc to match cross gcc
in some cases e.g. ppc/musl should have used 64bit long doubles but
it went for 128-ldbls which is default, works on glibc but not on musl

(From OE-Core rev: d7799a17d5e802db3f8d16bdc824aae81538e675)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2016-05-11 10:35:33 -07:00
committed by Richard Purdie
parent cc86da055b
commit af6bfedb00
+1 -1
View File
@@ -1,6 +1,6 @@
BPN = "libgcc"
require gcc-shared-source.inc
require gcc-configure-common.inc
INHIBIT_DEFAULT_DEPS = "1"