diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-07-19 11:07:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:29 +0100 |
commit | 13ee352a1ffef8aa4c92fb7ba414dcd41c9ab499 (patch) | |
tree | 55e00992857ddef0793f2d7670c3384129d9a2ea /meta | |
parent | 7d04a4dbfdcc2cadaf453b07e30ef9ced3031f88 (diff) | |
download | poky-13ee352a1ffef8aa4c92fb7ba414dcd41c9ab499.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 85876d5c5d..f2ba8b6d7b 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 " | |||
75 | # binutils 2.25.1 has a bug on aarch64: | 75 | # binutils 2.25.1 has a bug on aarch64: |
76 | # https://sourceware.org/bugzilla/show_bug.cgi?id=18430 | 76 | # https://sourceware.org/bugzilla/show_bug.cgi?id=18430 |
77 | EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF " | 77 | EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF " |
78 | EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF " | ||
78 | 79 | ||
79 | # JIT not supported on MIPS either | 80 | # JIT not supported on MIPS either |
80 | EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF " | 81 | EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF " |