diff options
author | 2015-02-14 10:23:13 +0100 | |
---|---|---|
committer | 2015-02-14 17:46:27 +0100 | |
commit | 161c6aaf95c3daf1c179c9dd03a9ec19ebdb9b82 (patch) | |
tree | a00057e0d27b398101f3e03099e84e0c38e0e17b /package/fio | |
parent | 608060caa1c561cf80c899f14d755c66e3b86792 (diff) | |
download | buildroot-161c6aaf95c3daf1c179c9dd03a9ec19ebdb9b82.tar.gz buildroot-161c6aaf95c3daf1c179c9dd03a9ec19ebdb9b82.tar.bz2 |
package/uClibc: RIP, avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/fio')
-rw-r--r-- | package/fio/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/fio/Config.in b/package/fio/Config.in index 8cbbf6ce18..219b9d9f4e 100644 --- a/package/fio/Config.in +++ b/package/fio/Config.in @@ -7,10 +7,8 @@ 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 which - # don't have posix_madvise(). - depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC && \ - !BR2_UCLIBC_VERSION_0_9_31 + # (which use an unknown uClibc version) + depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC # fio uses fallocate() which becomes fallocate64() while compiling # with BR2_LARGEFILE but fallocate64() is not available on nios2 depends on !BR2_nios2 |