All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/webkitgtk: build fixes for CPUs which need CLoop
@ 2020-10-20 15:53 Adrian Perez de Castro
  2020-10-20 15:53 ` [Buildroot] [PATCH 1/2] package/webkitgtk: fix build with ENABLE_C_LOOP=ON Adrian Perez de Castro
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Adrian Perez de Castro @ 2020-10-20 15:53 UTC (permalink / raw)
  To: buildroot

Hello again,

Recently it has come to my attention that the JavaScriptCore JIT support for
ARMv5 and ARMv6 has biytrotted and has not received fixes lately, due to a
bug reported [1] against Cog.

This patch set fixes the build with ENABLE_C_LOOP set, and adds both ARMv5
and ARMv6 to the list of target CPUs that need to use it.

This is the same as the patch set I sent a moment ago for WPE WebKit, but
for WebKitGTK instead :)

Cheers,
?Adri?n

---
[1] https://github.com/Igalia/cog/issues/210



Adrian Perez de Castro (2):
  package/webkitgtk: fix build with ENABLE_C_LOOP=ON
  package/webkitgtk: disable JIT for ARMv5 and ARMv6

 package/webkitgtk/webkitgtk.mk | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

-- 
2.28.0

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

end of thread, other threads:[~2020-10-29 19:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 15:53 [Buildroot] [PATCH 0/2] package/webkitgtk: build fixes for CPUs which need CLoop Adrian Perez de Castro
2020-10-20 15:53 ` [Buildroot] [PATCH 1/2] package/webkitgtk: fix build with ENABLE_C_LOOP=ON Adrian Perez de Castro
2020-10-29 19:01   ` Peter Korsgaard
2020-10-20 15:53 ` [Buildroot] [PATCH 2/2] package/webkitgtk: disable JIT for ARMv5 and ARMv6 Adrian Perez de Castro
2020-10-29 19:01   ` Peter Korsgaard
2020-10-25  8:57 ` [Buildroot] [PATCH 0/2] package/webkitgtk: build fixes for CPUs which need CLoop Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.