Commit d71d7d16 authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

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: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c344ec02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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