summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-15 22:28:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-19 13:24:38 +0000
commit83011752a4f10416e04a9a3077f1cb7a06ac3ee0 (patch)
treedd0785d4d303251e0b7830b1f0f2d7d0ec2c2bf6 /meta/recipes-sato
parent45e8f1351a8e388ffbe7d50a2694a5bc530f2785 (diff)
downloadpoky-83011752a4f10416e04a9a3077f1cb7a06ac3ee0.tar.gz
webkitgtk: Disable gold for all mips
If gnu hash is enabled for mips then we can not use gold linker since gnu hash handling is only supported with good old BFD linker alone Fixes .gnu.hash is incompatible with the MIPS ABI See gold/mips.cc in binutils for reference (From OE-Core rev: 6f30ae2545064267f127bcc12f9cd00f25e0f309) Signed-off-by: Khem Raj <raj.khem@gmail.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.26.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
index bf4697ded7..a223cfd451 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
@@ -84,7 +84,7 @@ EXTRA_OECMAKE_append_armv5 = " -DENABLE_JIT=OFF "
84EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF " 84EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF "
85EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF " 85EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
86 86
87EXTRA_OECMAKE_append_mipsarchn32 = " -DUSE_LD_GOLD=OFF " 87EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF "
88EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF " 88EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF "
89 89
90# JIT not supported on MIPS either 90# JIT not supported on MIPS either