|
@@ -18,7 +18,7 @@ config BR2_PACKAGE_C_CAPNPROTO
|
|
|
|
|
|
comment "c-capnproto needs host and target gcc >= 5 w/ C++14, threads, atomic, ucontext and not gcc bug 64735"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on!BR2_HOST_GCC_AT_LEAST_5 || \
|
|
|
+ depends on !BR2_HOST_GCC_AT_LEAST_5 || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_5 || \
|
|
|
!BR2_INSTALL_LIBSTDCPP || \
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|