summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-06 14:48:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-10 13:03:57 +0000
commit89ce67d8e41cc50a9b9ee225c054729f9cee7cdc (patch)
tree8bb5d2ed19e0c205289008d2bce9d6a64d24eb95 /meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
parent6d0cf6477c1703d60befe13f293afd0a602553a1 (diff)
downloadpoky-89ce67d8e41cc50a9b9ee225c054729f9cee7cdc.tar.gz
recipes: Drop ld-is-gold support
Gold hasn't seen development in some time and is being dropped from binutils releases. Drop the small number of special cases for it we were carrying. This patch also turns off gold in the binutils recipe. (From OE-Core rev: a4addb9ab63011e7c604fc5daff95559e7d214e7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.46.5.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.46.5.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
index d8b91d66c7..8c6ffdc8a7 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
@@ -118,12 +118,9 @@ EXTRA_OECMAKE:append:armv4 = " -DENABLE_JIT=OFF "
118EXTRA_OECMAKE:append:armv5 = " -DENABLE_JIT=OFF " 118EXTRA_OECMAKE:append:armv5 = " -DENABLE_JIT=OFF "
119EXTRA_OECMAKE:append:armv6 = " -DENABLE_JIT=OFF " 119EXTRA_OECMAKE:append:armv6 = " -DENABLE_JIT=OFF "
120 120
121EXTRA_OECMAKE:append:mipsarch = " -DUSE_LD_GOLD=OFF " 121# JIT does not work on RISCV
122EXTRA_OECMAKE:append:powerpc = " -DUSE_LD_GOLD=OFF " 122EXTRA_OECMAKE:append:riscv32 = " -DENABLE_JIT=OFF"
123 123EXTRA_OECMAKE:append:riscv64 = " -DENABLE_JIT=OFF"
124# JIT and gold linker does not work on RISCV
125EXTRA_OECMAKE:append:riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF"
126EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF"
127 124
128# JIT not supported on MIPS either 125# JIT not supported on MIPS either
129EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " 126EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON "