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:
parent
5755e6d7c3
commit
8a2d60fe7e
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user