buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
From: Alistair Francis via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: alistair23@gmail.com, Romain Naour <romain.naour@gmail.com>,
	atishp@rivosinc.com, Alistair Francis <alistair.francis@wdc.com>
Subject: [Buildroot] [PATCH] package/qemu: add support for RISC-V
Date: Wed, 31 Aug 2022 15:39:51 +0200	[thread overview]
Message-ID: <20220831133951.905279-1-alistair.francis@wdc.com> (raw)

QEMU is supported on both 32-bit and 64-bit RISC-V hosts, so let's
enable support for it in buildroot.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 package/qemu/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index e960a062cb..15d6c7d6b5 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -8,6 +8,7 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	default y if BR2_mipsel
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
+	default y if BR2_riscv
 	default y if BR2_x86_64
 
 comment "QEMU requires a toolchain with wchar, threads, gcc >= 8"
-- 
2.37.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2022-08-31 13:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 13:39 Alistair Francis via buildroot [this message]
2022-09-23 21:55 ` [Buildroot] [PATCH] package/qemu: add support for RISC-V Thomas Petazzoni

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=20220831133951.905279-1-alistair.francis@wdc.com \
    --to=buildroot@buildroot.org \
    --cc=alistair.francis@wdc.com \
    --cc=alistair23@gmail.com \
    --cc=atishp@rivosinc.com \
    --cc=romain.naour@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).