[oe-commits] [openembedded-core] 57/67: libgcc: Ensure that gcc configure options are passed to libgcc too

git at git.openembedded.org git at git.openembedded.org
Thu May 12 10:58:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 45bf7608eed8d31c99d5e4a55db48e84156e7bb1
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed May 11 10:35:33 2016 -0700

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/libgcc-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc
index e6d31bc..cb1237c 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list