|
@@ -11,18 +11,19 @@ config BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
|
# ARM needs BLX, so v5t+
|
|
|
depends on !BR2_ARM_CPU_ARMV4
|
|
|
|
|
|
-comment "Qt5 needs a toolchain w/ gcc >= 5.0, wchar, NPTL, C++, dynamic library"
|
|
|
+comment "Qt5 needs host g++ >= 5.0, and a toolchain w/ gcc >= 5.0, wchar, NPTL, C++, dynamic library"
|
|
|
depends on !BR2_ARM_CPU_ARMV4
|
|
|
depends on !BR2_arc
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
+ !BR2_HOST_GCC_AT_LEAST_5 || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
menuconfig BR2_PACKAGE_QT5
|
|
|
bool "Qt5"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_USE_WCHAR
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ depends on BR2_HOST_GCC_AT_LEAST_5 # Full C++11
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++11, GCC_BUG_57694
|
|
|
depends on !BR2_ARM_CPU_ARMV4 # needs ARMv5+
|
|
|
# no built-in double-conversion support
|