diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-11 18:15:51 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-11 19:29:45 +0100 |
commit | 06b53255cf639a5b033a2cdbfcf114770b94a83b (patch) | |
tree | 01b8c1f181972e43e913bba2bed21c17917c7f16 | |
parent | 41ca57cb74dbde1520cb396067975638e91b14c5 (diff) |
iozone: needs thread support in toolchain
Fixes:
http://autobuild.buildroot.org/results/2a3/2a33d2c7535a9d867d76dd5cf05e1bcc3f5cdc38//
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/iozone/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iozone/Config.in b/package/iozone/Config.in index 26d4daafe..8cf50b11e 100644 --- a/package/iozone/Config.in +++ b/package/iozone/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_IOZONE bool "iozone" depends on BR2_USE_MMU # fork() + depends on BR2_TOOLCHAIN_HAS_THREADS help IOzone is a filesystem benchmark tool. The benchmark generates and measures a variety of file operations |