@samitouri / QOSamiQemu / commits / 872d0ee337

configure: use debian-all-test-cross for mipsel tcg tests

Although we have had the mips compilers in all-test-cross for a while we had been surviving using the mipsel cross compiler image. However when that was removed we missed updating the container to use. Fixes: 366bb88e785 (buildsys: Remove MIPS cross containers) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Tested-by: Cornelia Huck <cohuck@redhat.com> # running tests on an s390x Message-ID: <20260601143129.144786-4-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Alex Bennée committed Jun 1, 2026 at 15:31 UTC 872d0ee33746aa02724051519ff03aa57278d7c3
1 file changed +1 -1
configure
+1 -1
@@ -1430,7 +1430,7 @@ probe_target_compiler() {
1430 container_image=debian-all-test-cross
1431 container_cross_prefix=aarch64-linux-gnu-
1432 ;;
1433 - alpha|hppa|m68k|mips|riscv64|sh4|sparc64)
1433 + alpha|hppa|m68k|mips|mipsel|riscv64|sh4|sparc64)
1434 container_image=debian-all-test-cross
1435 ;;
1436 mips64)