diff options
| author | Alistair Francis <alistair.francis@xilinx.com> | 2016-02-18 11:39:51 -0800 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 15:33:50 +0100 |
| commit | 1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059 (patch) | |
| tree | 705397fd83528616aaa574331919352c0610f3d1 /package/libaio/Config.in | |
| parent | 907844645313bd6e1404e2d6a4826c775e6c3460 (diff) | |
| download | buildroot-1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059.tar.gz buildroot-1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059.zip | |
libaio: bump version to 0.3.110
Update libaio from 0.3.108 to 0.3.110. This adds AArch64 support.
The 0001-arches.patch is simplified to only add MIPS definitions: the
SPARC support has been merged upstream, and we don't need the m68k and
parisc support.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
[Thomas:
- respect alphabetic ordering in the definition of
BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
- add more details in the commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libaio/Config.in')
| -rw-r--r-- | package/libaio/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libaio/Config.in b/package/libaio/Config.in index cc44cb6dbc..3031c894b7 100644 --- a/package/libaio/Config.in +++ b/package/libaio/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS bool - default y if BR2_arm || BR2_armeb || BR2_i386 || \ + default y if BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \ BR2_m68k || BR2_mips || BR2_mipsel || BR2_powerpc || \ BR2_sparc || BR2_x86_64 |

