mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 18:33:48 +08:00
iozone: disable for uClibc 0.9.31
uClibc 0.9.31.x does not include the pthread_setaffinity_np GNU extension. Fixes build failures such as the following. http://autobuild.buildroot.net/results/e21526c0c18733310d3fb322d79d5fff3a71af51/ Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c344ec0205
commit
d71d7d162b
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_IOZONE
|
||||
bool "iozone"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on !BR2_UCLIBC_VERSION_0_9_31 # no pthread_setaffinity_np
|
||||
help
|
||||
IOzone is a filesystem benchmark tool.
|
||||
The benchmark generates and measures a variety of file operations
|
||||
|
Loading…
Reference in New Issue
Block a user