|
@@ -20,7 +20,8 @@ config BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_PERFTEST
|
|
config BR2_PACKAGE_PERFTEST
|
|
bool "perftest"
|
|
bool "perftest"
|
|
depends on BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_PERFTEST_ARCH_SUPPORTS
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # rdma-core
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # rdma-core
|
|
depends on !BR2_STATIC_LIBS # rdma-core
|
|
depends on !BR2_STATIC_LIBS # rdma-core
|
|
# musl does not define sysconf(_SC_LEVEL1_DCACHE_LINESIZE)
|
|
# musl does not define sysconf(_SC_LEVEL1_DCACHE_LINESIZE)
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|