Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] qt5webkit: disable for MIPS64
@ 2013-12-17 13:57 Vicente Olivert Riera
  2013-12-17 13:57 ` [Buildroot] [PATCH 2/3] qt5: version bump Vicente Olivert Riera
  2013-12-17 13:57 ` [Buildroot] [PATCH 3/3] qt5base: Add support for MIPS64 BigEndian Vicente Olivert Riera
  0 siblings, 2 replies; 6+ messages in thread
From: Vicente Olivert Riera @ 2013-12-17 13:57 UTC (permalink / raw)
  To: buildroot

qt5webkit is not currently supported on MIPS64 platforms, so disable the
possibility of selecting this package in that platform.

In the future the following changes would be needed to fix this problem:
A new Source/JavaScriptCore/assembler/MacroAssemblerMIPS64.h file needs
to be created in order to add support for MIPS64 and MacroAssembler.h
needs to be modified to include that file in case of CPU(MIPS64).
Also Source/WTF/wtf/Platform.h and Source/WTF/wtf/dtoa/utils.h need to
be modified to add MIPS64 support.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/qt5/qt5webkit/Config.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 9eb5ef8..4a578ff 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -8,6 +8,8 @@ config BR2_PACKAGE_QT5WEBKIT
 	select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
 	# This module does not support static linking
 	depends on !BR2_PREFER_STATIC_LIB
+	# This package is not supported on MIPS 64-bit architecture
+	depends on !BR2_mips64 && !BR2_mips64el
 	help
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
-- 
1.7.1

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

end of thread, other threads:[~2013-12-20 10:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 13:57 [Buildroot] [PATCH 1/3] qt5webkit: disable for MIPS64 Vicente Olivert Riera
2013-12-17 13:57 ` [Buildroot] [PATCH 2/3] qt5: version bump Vicente Olivert Riera
2013-12-19 15:35   ` Peter Korsgaard
2013-12-20  9:57     ` Thomas Petazzoni
2013-12-20 10:05       ` Peter Korsgaard
2013-12-17 13:57 ` [Buildroot] [PATCH 3/3] qt5base: Add support for MIPS64 BigEndian Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox