wpewebkit: portability fixes
authorDaniel Golle <[email protected]>
Mon, 9 Dec 2024 01:07:32 +0000 (01:07 +0000)
committerDaniel Golle <[email protected]>
Fri, 13 Dec 2024 03:35:31 +0000 (03:35 +0000)
commit98444e090b0d487032702d34abd7d64704930059
treee2a3d101a4c55d572960e66f5697a926cbf20335
parent68ccbbb3b6baca27ff03d1be7d38da26fc591a40
wpewebkit: portability fixes

 * Use JavaScript JIT only on supported platforms.
 * Fix ARM Thumb2 detection to allow using JavaScript JIT on ARMv7.
 * Add inline assembly implementation returning the current stack pointer
   on PPC64 (or PPC).

Signed-off-by: Daniel Golle <[email protected]>
libs/wpewebkit/Makefile
libs/wpewebkit/patches/120-PlatformCPU.h-fix-detection-of-PPC-CPU.patch [new file with mode: 0644]
libs/wpewebkit/patches/121-currentStackPointer-for-Linux-PPC-Linux-PPC64.patch [new file with mode: 0644]
libs/wpewebkit/patches/122-fix-arm-thumb2-detection.patch [new file with mode: 0644]