mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/qemu: enable xtensa support for host-qemu
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
ba9f451f5e
commit
19fbfc6fbc
@ -18,6 +18,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
|
|||||||
default y if BR2_sh
|
default y if BR2_sh
|
||||||
default y if BR2_sparc
|
default y if BR2_sparc
|
||||||
default y if BR2_sparc64
|
default y if BR2_sparc64
|
||||||
|
default y if BR2_xtensa
|
||||||
default y if BR2_x86_64
|
default y if BR2_x86_64
|
||||||
depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
|
depends on !BR2_powerpc_620 && !BR2_powerpc_630 && !BR2_powerpc_970
|
||||||
|
|
||||||
|
@ -209,6 +209,7 @@ HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman
|
|||||||
# sh4aeb sh4eb
|
# sh4aeb sh4eb
|
||||||
# sparc sparc
|
# sparc sparc
|
||||||
# sparc64 sparc64
|
# sparc64 sparc64
|
||||||
|
# xtensa xtensa
|
||||||
|
|
||||||
HOST_QEMU_ARCH = $(ARCH)
|
HOST_QEMU_ARCH = $(ARCH)
|
||||||
ifeq ($(HOST_QEMU_ARCH),i486)
|
ifeq ($(HOST_QEMU_ARCH),i486)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user