[Buildroot] [PATCH v1] qt5: disable qt-5.8.0 support for arc, nios2 and xtensa

Peter Seiderer ps.report at gmx.net
Tue Feb 21 22:39:50 UTC 2017


Fixes [1], [2], [3]:

  ../3rdparty/double-conversion/include/double-conversion/utils.h:81:2: error: #error Target architecture was not detected as supported by Double-Conversion.

[1] http://autobuild.buildroot.net/results/ce6/ce6f506f610434dff1d0eb64644be0200d7c52f6
[2] http://autobuild.buildroot.net/results/fda/fda8a5165cc599adfa4b3cb012916fa4dc38aeca
[3] http://autobuild.buildroot.net/results/779/779fd562c28f3a47f9caea7d0e0cb1dcda7fe489

Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
 package/qt5/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index 8de248139..1648b1c74 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -39,6 +39,8 @@ config BR2_PACKAGE_QT5_VERSION_LATEST
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
 	depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11
 	depends on !BR2_ARM_CPU_ARMV4 # needs ARMv5+
+	# no built-in double-conversion support
+	depends on !BR2_arcle && !BR2_arceb && !BR2_nios2 && !BR2_xtensa
 	help
 	  This option builds Qt 5.8, which is licensed under
 	  (L)GPLv3+.
@@ -46,6 +48,7 @@ config BR2_PACKAGE_QT5_VERSION_LATEST
 comment "Latest Qt version needs host/toolchain w/ gcc >= 4.8"
 	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_HOST_GCC_AT_LEAST_4_8
 	depends on !BR2_ARM_CPU_ARMV4
+	depends on !BR2_arcle && !BR2_arceb && !BR2_nios2 && !BR2_xtensa
 
 config BR2_PACKAGE_QT5_VERSION_5_6
 	bool "LTS (5.6)"
-- 
2.11.0



More information about the buildroot mailing list