[gnome-continuous-yocto/gnomeostree-3.28-rocko: 238/8267] libgcc: Ensure that gcc configure options are passed to libgcc too



commit af6bfedb0024f71976046a11de819bc803a578f6
Author: Khem Raj <raj khem gmail com>
Date:   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
    
    (From OE-Core rev: d7799a17d5e802db3f8d16bdc824aae81538e675)
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]