summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-04-30 10:04:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-04-30 14:03:09 +0200
commitb030b585be4d0e29e0909d1f277f390f39a0209f (patch)
tree863ae86d73e266315472d7e311f45a4f5bcec492
parent8b091e1dbd84b17c9274cfd79d089cc09dc0ee25 (diff)
downloadbuildroot-b030b585be4d0e29e0909d1f277f390f39a0209f.tar.gz
buildroot-b030b585be4d0e29e0909d1f277f390f39a0209f.zip
qt: webkit is now supported on MIPS64
Since qt's version has been bumped to 4.8.6 we can add support for webkit on MIPS64 architectures (both big and little endian). It wasn't possible on 4.8.5 because QtScript wasn't supported on MIPS64, but that has been fixed on 4.8.6. With reference to: https://codereview.qt-project.org/#change,73022 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/qt/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index eed25c84dc..8d67e37bde 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -358,8 +358,9 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
bool
# see src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
- BR2_mipsel || BR2_powerpc || BR2_sh4 || BR2_sh4eb || \
- BR2_sh4a || BR2_sh4aeb || BR2_sparc || BR2_x86_64
+ BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_powerpc || \
+ BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb || \
+ BR2_sparc || BR2_x86_64
config BR2_PACKAGE_QT_WEBKIT
bool "WebKit Module"
OpenPOWER on IntegriCloud