summaryrefslogtreecommitdiff
path: root/package/stress-ng
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-05-21 09:22:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-22 21:46:04 +0200
commitc1af722200e47b455f1413248737485129d82cd3 (patch)
treeef1b478dcb54401cab8a060746487fcf367ed945 /package/stress-ng
parent02c43157ab09f6fe4078fd1145fc9d403d66c089 (diff)
package/stress-ng: mark as not available on nios2
For technical details see https://git.busybox.net/buildroot/commit/package/ffmpeg/Config.in?id=8b58ec016973bee87a4fc1cc99a32b206bdee136 Fixes http://autobuild.buildroot.net/results/bb3/bb3b748a14465a6168917bfbed90b2ff84fbdedf/ http://autobuild.buildroot.net/results/0ee/0ee3132f4ee6b5f21851f93516e0d0c419b36b1b/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/stress-ng')
-rw-r--r--package/stress-ng/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/stress-ng/Config.in b/package/stress-ng/Config.in
index 1e475b19a..20ec93aff 100644
--- a/package/stress-ng/Config.in
+++ b/package/stress-ng/Config.in
@@ -7,6 +7,8 @@ config BR2_PACKAGE_STRESS_NG
# perf.c needs PERF_COUNT_HW_REF_CPU_CYCLES
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
depends on !BR2_microblaze # keyutils
+ # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW on nios2
+ depends on !BR2_nios2
depends on !BR2_STATIC_LIBS # keyutils
select BR2_PACKAGE_KEYUTILS # stress-key.c needs keyutils.h
select BR2_PACKAGE_ATTR # stress-xattr.c needs xattr.h
@@ -19,7 +21,7 @@ config BR2_PACKAGE_STRESS_NG
http://kernel.ubuntu.com/~cking/stress-ng/
comment "stress-ng needs a glibc toolchain w/ dynamic library, headers >= 3.3"
- depends on !BR2_microblaze
+ depends on !BR2_microblaze && !BR2_nios2
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 \
|| !BR2_TOOLCHAIN_USES_GLIBC