summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-08 15:51:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-10 10:46:34 +0100
commite0ad5a9dcbca9af640686bcb78a2efef0cb18e01 (patch)
treed8bac715b97f345c0baef8b6f94782f1f091df0c /meta/recipes-sato
parentad79a894a76e0108e19ae4398c6b84c43e2ac6be (diff)
downloadpoky-e0ad5a9dcbca9af640686bcb78a2efef0cb18e01.tar.gz
webkitgtk: Disable gold for mips/mips64
with binutils 2.27, mips has got the gold support but it doesnt work for webkitgtk _yet_ therefore disable it for now. (From OE-Core rev: 3f8543f31c230a89a54cc43c1d38263a58141699) 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/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.12.3.bb2
1 files changed, 2 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 f2ba8b6d7b..d9f1c304f9 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
@@ -75,6 +75,8 @@ 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
77EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF " 77EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
78EXTRA_OECMAKE_append_mips = " -DUSE_LD_GOLD=OFF "
79EXTRA_OECMAKE_append_mips64 = " -DUSE_LD_GOLD=OFF "
78EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF " 80EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
79 81
80# JIT not supported on MIPS either 82# JIT not supported on MIPS either