]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcc: Ensure that gcc configure options are passed to libgcc too
authorKhem Raj <raj.khem@gmail.com>
Wed, 11 May 2016 17:35:33 +0000 (10:35 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 May 2016 12:40:53 +0000 (13:40 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/libgcc-common.inc

index e6d31bc30590d7d4e1d1e7a97a0efb31e90c8517..cb1237cc7ad82382063f4b0a61b188506a2f04c5 100644 (file)
@@ -1,6 +1,6 @@
 BPN = "libgcc"
 
-require gcc-shared-source.inc
+require gcc-configure-common.inc
 
 INHIBIT_DEFAULT_DEPS = "1"