1ded02f0b2
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>
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
config BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
|
bool
|
|
default y if BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \
|
|
BR2_m68k || BR2_mips || BR2_mipsel || BR2_powerpc || \
|
|
BR2_sparc || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_LIBAIO
|
|
bool "libaio"
|
|
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
|
help
|
|
Library for doing asynchronous I/O
|