From: Alexander Egorenkov <egorenar@linux.ibm.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH v1 1/1] package/qemu: enable s390x arch as target package
Date: Tue, 30 Jul 2024 09:27:25 +0200 [thread overview]
Message-ID: <20240730072725.152016-1-egorenar@linux.ibm.com> (raw)
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
package/qemu/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index 74962f3e2664..608e4d429dd6 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
default y if BR2_powerpc64
default y if BR2_powerpc64le
default y if BR2_riscv
+ default y if BR2_s390x
default y if BR2_x86_64
comment "QEMU requires a toolchain with wchar, threads, gcc >= 8"
--
2.45.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2024-07-30 7:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 7:27 Alexander Egorenkov [this message]
2024-07-30 7:40 ` [Buildroot] [PATCH v1 1/1] package/qemu: enable s390x arch as target package Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240730072725.152016-1-egorenar@linux.ibm.com \
--to=egorenar@linux.ibm.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.