[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1561/8267] webkitgtk: Do not use gold with clang



commit 13ee352a1ffef8aa4c92fb7ba414dcd41c9ab499
Author: Khem Raj <raj khem gmail com>
Date:   Tue Jul 19 11:07:07 2016 -0700

    webkitgtk: Do not use gold with clang
    
    clang cross compiler fails to detect gold linker from
    cross-binutils, instead it defaults to ld.gold from build
    host, lets disable using gold when clang is active to avoid
    this issue
    
    (From OE-Core rev: 2a535deb4e080f464db1ffc40dfc53235fa13874)
    
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
index 85876d5..f2ba8b6 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
@@ -75,6 +75,7 @@ EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
 # binutils 2.25.1 has a bug on aarch64:
 # https://sourceware.org/bugzilla/show_bug.cgi?id=18430
 EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
+EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
 
 # JIT not supported on MIPS either
 EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF "


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