kumquat-buildroot/package/qt5/qt5webkit
Alexey Brodkin b081717ad6 qt5: enable JS and WebKit for ARC
This patch adds support of ARC architecture in Qt's JS core and Webkit.
The change itself is quite straight-forward:

 1. Enable JS core for ARC
 2. Make sure so-called "large memory model" is used,
    i.e. relocations with long jumps are being generated for global
    symbols, as otherwise insanely huge libqt5webkit.so fails to link
    because some symbols might be more than 32 MiB away from each other.
 3. Make the original WebKit build system aware of yet another CPU
    architecture with explicitly disabled JIT in JS core for ARC.

Obviously, this one depends on [1].

[1] https://patchwork.ozlabs.org/project/buildroot/patch/20220221140628.2295-1-abrodkin@synopsys.com/

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-15 22:27:52 +01:00
..
0001-WinCairo-PlayStation-ICU-68.1-no-longer-exposes-FALS.patch
0002-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch
0003-Let-Bison-generate-the-header-directly-to-fix-build-.patch
0004-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
0005-Add-support-for-ARC-processors.patch qt5: enable JS and WebKit for ARC 2022-03-15 22:27:52 +01:00
Config.in
qt5webkit.hash
qt5webkit.mk