[oe-commits] [openembedded-core] 36/60: webkitgtk: Do not use gold with clang

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 08:59:03 UTC 2016


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

commit 697743cfbe34b564b83bccb8c1f016cf29bec33e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: 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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 1 +
 1 file changed, 1 insertion(+)

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 "

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


More information about the Openembedded-commits mailing list