summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAdrian Perez de Castro <aperez@igalia.com>2018-10-10 01:08:51 +0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-10 21:22:05 +0200
commit2cf84fe954b4ef1ff8ac78739ffae2f7203d3b8a (patch)
treecd68a9f52e02404d940dc411e510d1f98c95334c /package
parent9151e83458efc542dc18ca38710fc92eb8564ac6 (diff)
downloadbuildroot-2cf84fe954b4ef1ff8ac78739ffae2f7203d3b8a.tar.gz
buildroot-2cf84fe954b4ef1ff8ac78739ffae2f7203d3b8a.zip
webkitgtk: enable JIT support on 32-bit MIPS
WebKitGTK+ is known to work on all 32-bit MIPS R2 processors or newer, in little-endian mode. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package')
-rw-r--r--package/webkitgtk/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/webkitgtk/Config.in b/package/webkitgtk/Config.in
index 85a3af81bf..bf0a150251 100644
--- a/package/webkitgtk/Config.in
+++ b/package/webkitgtk/Config.in
@@ -21,6 +21,12 @@ config BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS_JIT
# i386 & x86_64 don't have any special requirements.
default y if BR2_i386
default y if BR2_x86_64
+ # JIT is known not to work on MIPS64.
+ # Plain MIPS32 (pre R2) is not well tested and likely broken.
+ # The MIPS support is completely untested in big-endian mode.
+ default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R2
+ default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R5
+ default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R6
comment "webkitgtk needs libgtk3 and a glibc toolchain w/ C++, gcc >= 6, host gcc >= 4.8"
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
OpenPOWER on IntegriCloud