[OE-core] [PATCH 2/3] webkitgtk: Do not use gold with clang

Khem Raj raj.khem at gmail.com
Wed Jul 20 19:40:59 UTC 2016


> On Jul 20, 2016, at 12:38 PM, Khem Raj <raj.khem at gmail.com> wrote:
> 
> 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>
> ---
> meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> index 28517c4..2e5a1e4 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
> @@ -79,6 +79,8 @@ EXTRA_OECMAKE_append_armv7a = " -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 "
> +EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF “

redundant line. It has been fixed in pull tree.

> 
> # JIT not supported on MIPS either
> EXTRA_OECMAKE_append_mips = " -DENABLE_JIT=OFF "
> --
> 2.9.0
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160720/84b24664/attachment-0002.sig>


More information about the Openembedded-core mailing list