diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-01 20:03:04 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-10 16:15:59 +0200 |
| commit | 1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d (patch) | |
| tree | bb77ba4c23dd550b667f01735446ab21b57166f7 /package/fio | |
| parent | 506b964df95e578aa682ddd2e98993a91355930a (diff) | |
| download | buildroot-1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d.tar.gz buildroot-1eda5f06f1fc3540660aaf7e34e6b6cc42f3659d.zip | |
package: remove references to uClibc 0.9.32
This commit removes all remaining references to uClibc 0.9.32.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/fio')
| -rw-r--r-- | package/fio/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/fio/Config.in b/package/fio/Config.in index 3f0599d7d5..6c1b6cbfa3 100644 --- a/package/fio/Config.in +++ b/package/fio/Config.in @@ -7,11 +7,10 @@ config BR2_PACKAGE_FIO # release of uClibc, but is part of uClibc Git, and backported # in Buildroot patch set of uClibc 0.9.33. Therefore, we # disable the build of fio for external uClibc toolchains - # (which use an unknown uClibc version) and for 0.9.31 and - # 0.9.32 which don't have posix_madvise(). + # (which use an unknown uClibc version) and for 0.9.31 which + # don't have posix_madvise(). depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC && \ - !BR2_UCLIBC_VERSION_0_9_31 && \ - !BR2_UCLIBC_VERSION_0_9_32 + !BR2_UCLIBC_VERSION_0_9_31 # fio uses fallocate() which becomes fallocate64() while compiling # with BR2_LARGEFILE but fallocate64() is not available on nios2 depends on !BR2_nios2 |

