public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] webkitgtk: Disable gold linker and JIT on riscv
@ 2020-10-27  4:58 Khem Raj
  2020-10-27 14:44 ` [OE-core] " Alistair Francis
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-10-27  4:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

both unsupported _yet_ on RISCV

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.28.4.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
index 8ebb3709a8..34b14f86ea 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
@@ -94,6 +94,10 @@ EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
 EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF "
 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 -DENABLE_JIT=OFF"
+
 # JIT not supported on MIPS either
 EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON "
 
-- 
2.29.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] webkitgtk: Disable gold linker and JIT on riscv
  2020-10-27  4:58 [PATCH] webkitgtk: Disable gold linker and JIT on riscv Khem Raj
@ 2020-10-27 14:44 ` Alistair Francis
  0 siblings, 0 replies; 2+ messages in thread
From: Alistair Francis @ 2020-10-27 14:44 UTC (permalink / raw)
  To: Khem Raj; +Cc: OE-core

On Mon, Oct 26, 2020 at 9:59 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> both unsupported _yet_ on RISCV
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Acked-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  meta/recipes-sato/webkit/webkitgtk_2.28.4.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
> index 8ebb3709a8..34b14f86ea 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.28.4.bb
> @@ -94,6 +94,10 @@ EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
>  EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF "
>  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 -DENABLE_JIT=OFF"
> +
>  # JIT not supported on MIPS either
>  EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON "
>
> --
> 2.29.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-27 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-27  4:58 [PATCH] webkitgtk: Disable gold linker and JIT on riscv Khem Raj
2020-10-27 14:44 ` [OE-core] " Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox