Signed-off-by: Alex Bennée <alex.ben...@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