From: Khem Raj Date: Wed, 11 May 2016 17:35:33 +0000 (-0700) Subject: libgcc: Ensure that gcc configure options are passed to libgcc too X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25891 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7799a17d5e802db3f8d16bdc824aae81538e675;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc index e6d31bc3059..cb1237cc7ad 100644 --- a/meta/recipes-devtools/gcc/libgcc-common.inc +++ b/meta/recipes-devtools/gcc/libgcc-common.inc @@ -1,6 +1,6 @@ BPN = "libgcc" -require gcc-shared-source.inc +require gcc-configure-common.inc INHIBIT_DEFAULT_DEPS = "1"