summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/qt5/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/qt5/Config.in b/package/qt5/Config.in
index b3cb2adfe0..8de2481398 100644
--- a/package/qt5/Config.in
+++ b/package/qt5/Config.in
@@ -38,12 +38,14 @@ config BR2_PACKAGE_QT5_VERSION_LATEST
bool "Latest (5.8)"
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+
help
This option builds Qt 5.8, which is licensed under
(L)GPLv3+.
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
config BR2_PACKAGE_QT5_VERSION_5_6
bool "LTS (5.6)"
OpenPOWER on IntegriCloud