Skip to content

Commit

Permalink
webkitgtk: Disable JIT on RISCV64
Browse files Browse the repository at this point in the history
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: af082c530b9fd0a8f6bbf91ac1189452a418dd16)

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
kraj authored and rpurdie committed Jan 8, 2025
1 parent 29135f8 commit 3b8603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ EXTRA_OECMAKE:append:powerpc = " -DUSE_LD_GOLD=OFF "

# JIT and gold linker does not work on RISCV
EXTRA_OECMAKE:append:riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF"
EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF"
EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF"

# JIT not supported on MIPS either
EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON "
Expand Down

0 comments on commit 3b8603a

Please sign in to comment.