package/qemu: enable sparc64 support in host-qemu

This change enables host qemu support for sparc64 which among other
things allows to test this architecture in gitlab.

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jugurtha BELKALEM 2019-05-05 18:53:54 +02:00 committed by Thomas Petazzoni
parent 5755e6d7c3
commit 8a2d60fe7e
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
default y if BR2_riscv
default y if BR2_sh
default y if BR2_sparc
default y if BR2_sparc64
default y if BR2_x86_64
depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970

View File

@ -188,6 +188,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman
# sh4aeb sh4eb
# sh64 not supported
# sparc sparc
# sparc64 sparc64
HOST_QEMU_ARCH = $(ARCH)
ifeq ($(HOST_QEMU_ARCH),i486)