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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Feb 22 20:31:59 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=e453fb9e3280a1a1ce6180e165aab9c4f1642555
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/qt5/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index 8de2481..4bcbc6e 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_arc && !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_arc && !BR2_nios2 && !BR2_xtensa
 
 config BR2_PACKAGE_QT5_VERSION_5_6
 	bool "LTS (5.6)"


More information about the buildroot mailing list