|
|
@@ -38,8 +38,13 @@ config BR2_PACKAGE_BCC
|
|
|
https://github.com/iovisor/bcc
|
|
|
http://www.ebpf.io
|
|
|
|
|
|
-comment "bcc needs a glibc toolchain, C++, gcc >= 7, host gcc >= 7"
|
|
|
+comment "bcc needs a glibc toolchain, C++, wchar, threads, dynamic libs, gcc >= 7, host gcc >= 7"
|
|
|
depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP \
|
|
|
- || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || !BR2_HOST_GCC_AT_LEAST_7
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_GLIBC \
|
|
|
+ || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
|
|
|
+ || !BR2_INSTALL_LIBSTDCPP \
|
|
|
+ || !BR2_HOST_GCC_AT_LEAST_7 \
|
|
|
+ || !BR2_USE_WCHAR \
|
|
|
+ || !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|
+ || BR2_STATIC_LIBS
|