d71d7d162b
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>
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
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
|
|
|
|
http://www.iozone.org/
|