qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"Thomas Huth" <thuth@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	devel@lists.libvirt.org, "Alex Bennée" <alex.bennee@linaro.org>,
	"Artyom Tarasenko" <atar4qemu@gmail.com>
Subject: [RFC PATCH 5/6] configure: enable the container fallbacks for sparc/sparc32plus
Date: Wed, 16 Jul 2025 11:54:13 +0100	[thread overview]
Message-ID: <20250716105414.2330204-6-alex.bennee@linaro.org> (raw)
In-Reply-To: <20250716105414.2330204-1-alex.bennee@linaro.org>

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 configure | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 3651cc3085..f187480d3a 100755
--- a/configure
+++ b/configure
@@ -1442,6 +1442,8 @@ probe_target_compiler() {
     riscv64) container_hosts=x86_64 ;;
     s390x) container_hosts=x86_64 ;;
     sh4) container_hosts=x86_64 ;;
+    sparc) container_hosts=x86_64 ;;
+    sparc32plus) container_hosts=x86_64 ;;
     sparc64) container_hosts=x86_64 ;;
     tricore) container_hosts=x86_64 ;;
     x86_64) container_hosts="aarch64 ppc64le x86_64" ;;
@@ -1469,6 +1471,10 @@ probe_target_compiler() {
         container_image=debian-all-test-cross
         container_cross_prefix=powerpc${target_arch#ppc}-linux-gnu-
         ;;
+      sparc|sparc32plus)
+        container_image=sparc-leon-cross
+        container_cross_prefix=sparc-gaisler-linux5.10-
+        ;;
 
       # debian-legacy-test-cross architectures (need Debian 11)
       # - libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412
-- 
2.47.2



  parent reply	other threads:[~2025-07-16 10:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-16 10:54 [RFC PATCH 0/6] Fix building of sparc/sparc32plus test cases Alex Bennée
2025-07-16 10:54 ` [RFC PATCH 1/6] tests/tcg: special case sparc " Alex Bennée
2025-07-16 10:54 ` [RFC PATCH 2/6] tests/tcg: special case sparc32plus " Alex Bennée
2025-07-16 10:54 ` [RFC PATCH 3/6] configure: update sparc and sparc32plus target compiler detection Alex Bennée
2025-07-16 10:54 ` [RFC PATCH 4/6] tests/docker: add sparc-leon-cross container image Alex Bennée
2025-07-16 10:54 ` Alex Bennée [this message]
2025-07-16 10:54 ` [RFC PATCH 6/6] docs/about: deprecate add sparc/sparc32plus-*-user Alex Bennée
2025-07-16 11:02   ` Thomas Huth
2025-07-17 12:32 ` [RFC PATCH 0/6] Fix building of sparc/sparc32plus test cases Mark Cave-Ayland
2025-07-17 13:51   ` Alex Bennée
2025-07-17 15:10   ` Richard Henderson
2025-07-21 19:52 ` Mark Cave-Ayland

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=20250716105414.2330204-6-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=atar4qemu@gmail.com \
    --cc=devel@lists.libvirt.org \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.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).