aboutsummaryrefslogtreecommitdiffstats
path: root/package/iozone/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-14 15:14:46 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-15 21:47:15 +0200
commitf72467e754cc4896adabf07f9e6fabcf10653192 (patch)
tree256626057814eae3514b32a82a80e196b13ba428 /package/iozone/Config.in
parent63b4df42f4e6a7965b14595af69f3d1e822d463b (diff)
downloadbuildroot-novena-f72467e754cc4896adabf07f9e6fabcf10653192.tar.gz
buildroot-novena-f72467e754cc4896adabf07f9e6fabcf10653192.zip
iozone: fixup build system
Fixup iozone's build system to make it somewhat more flexible. First make our own linux targets for non-AIO toolchains (uClibc) and non-threading. And second, just ditch forced largefile support and expect it from CFLAGS. Otherwise using the generic target caused issues like: http://autobuild.buildroot.net/results/19f606f2978dc3c8039b1bccfcc562b4050083c7/ ...which is fixed by this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iozone/Config.in')
-rw-r--r--package/iozone/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iozone/Config.in b/package/iozone/Config.in
index 5481ca15e..26d4daafe 100644
--- a/package/iozone/Config.in
+++ b/package/iozone/Config.in
@@ -1,12 +1,8 @@
config BR2_PACKAGE_IOZONE
bool "iozone"
- depends on BR2_LARGEFILE
depends on BR2_USE_MMU # fork()
help
IOzone is a filesystem benchmark tool.
The benchmark generates and measures a variety of file operations
http://www.iozone.org/
-
-comment "IOzone requires a toolchain with LARGEFILE support"
- depends on !BR2_LARGEFILE