diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-07 19:36:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 16:59:23 +0000 |
commit | 2d267c418fc9f95206f9f0560b905efcc7b51800 (patch) | |
tree | 170995333ce27205da2f25bf2b8d0d34d6c9ebe4 | |
parent | ce183d493075aeb87cfa3a568a58eb634c1afd34 (diff) | |
download | poky-2d267c418fc9f95206f9f0560b905efcc7b51800.tar.gz |
webkitgtk: Disable JIT on RISCV64
It does not compile anymore with 2.46+ as we dropped the patch
https://bugs.webkit.org/show_bug.cgi?id=250681
This patch it seems is still needed but has not yet been
accepted upstream yet.
(From OE-Core rev: be5dd5630a0fa53d16b661b088d6b4fb31e8e9b2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.46.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb index ed5055962a..d8b91d66c7 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.46.5.bb | |||
@@ -123,7 +123,7 @@ EXTRA_OECMAKE:append:powerpc = " -DUSE_LD_GOLD=OFF " | |||
123 | 123 | ||
124 | # JIT and gold linker does not work on RISCV | 124 | # JIT and gold linker does not work on RISCV |
125 | EXTRA_OECMAKE:append:riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" | 125 | EXTRA_OECMAKE:append:riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" |
126 | EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF" | 126 | EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" |
127 | 127 | ||
128 | # JIT not supported on MIPS either | 128 | # JIT not supported on MIPS either |
129 | EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " | 129 | EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " |