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é <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Message-ID: <[email protected]> Signed-off-by: Alex Bennée <[email protected]> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e138d83bc9f..1ceb4d7ecc4 100755 --- a/configure +++ b/configure @@ -1430,7 +1430,7 @@ probe_target_compiler() { container_image=debian-all-test-cross container_cross_prefix=aarch64-linux-gnu- ;; - alpha|hppa|m68k|mips|riscv64|sh4|sparc64) + alpha|hppa|m68k|mips|mipsel|riscv64|sh4|sparc64) container_image=debian-all-test-cross ;; mips64) -- 2.47.3
