|
@@ -4,8 +4,8 @@ config BR2_PACKAGE_STRESS_NG
|
|
# disabled on musl: stress-malloc.c needs mallopt() and M_MMAP_THRESHOLD
|
|
# disabled on musl: stress-malloc.c needs mallopt() and M_MMAP_THRESHOLD
|
|
# disabled on uClibc: stress-aio.c needs aio.h
|
|
# disabled on uClibc: stress-aio.c needs aio.h
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
- # perf.c needs PERF_COUNT_HW_STALLED_CYCLES_FRONTEND
|
|
|
|
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|
|
|
|
|
|
+ # perf.c needs PERF_COUNT_HW_REF_CPU_CYCLES
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
|
depends on !BR2_microblaze # keyutils
|
|
depends on !BR2_microblaze # keyutils
|
|
depends on !BR2_STATIC_LIBS # keyutils
|
|
depends on !BR2_STATIC_LIBS # keyutils
|
|
select BR2_PACKAGE_KEYUTILS # stress-key.c needs keyutils.h
|
|
select BR2_PACKAGE_KEYUTILS # stress-key.c needs keyutils.h
|
|
@@ -18,8 +18,8 @@ config BR2_PACKAGE_STRESS_NG
|
|
|
|
|
|
http://kernel.ubuntu.com/~cking/stress-ng/
|
|
http://kernel.ubuntu.com/~cking/stress-ng/
|
|
|
|
|
|
-comment "stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.0"
|
|
|
|
|
|
+comment "stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3"
|
|
depends on !BR2_microblaze
|
|
depends on !BR2_microblaze
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
|
|
|
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 \
|
|
|| !BR2_TOOLCHAIN_USES_GLIBC
|
|
|| !BR2_TOOLCHAIN_USES_GLIBC
|