[Buildroot] [git commit] package/qemu: add IBM s390x and Z arch support

Yann E. MORIN yann.morin.1998 at free.fr
Thu Sep 24 20:05:34 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=5d6e60994e18311321737888be7c54547e9bc0f8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Alexander Egorenkov <egorenar at linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/qemu/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index 7ccf768d15..a7c0f7bf59 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -15,6 +15,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
 	default y if BR2_riscv
+	default y if BR2_s390x
 	default y if BR2_sh
 	default y if BR2_sparc
 	default y if BR2_sparc64


More information about the buildroot mailing list