From: Gustavo Zacarias Date: Mon, 29 Jun 2015 14:13:34 +0000 (-0300) Subject: qemu: enable for aarch64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b082dcbec5d297afb16a77ce21856ff3755ac34;p=buildroot.git qemu: enable for aarch64 Enable the target qemu for aarch64 since it works just fine. Only tested using userland CPU emulation (no HYP) with a qemu_aarch64_virt_defconfig image inside a qemu_aarch64_virt_defconfig instance. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 25936e2333..082b5eecab 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET bool # Only tested on these architectures - default y if BR2_i386 || BR2_mips || BR2_mipsel || BR2_x86_64 + default y if BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel \ + || BR2_x86_64 comment "QEMU requires a toolchain with wchar, threads" depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET