On 20/08/2025 16.21, Philippe Mathieu-Daudé wrote:
32-bit host support is deprecated since commit 6d701c9bac1
("meson: Deprecate 32-bit host support"). Besides, the Debian
distribution we are using to cross-build dropped support for
MIPS as of Debian 13 [*]:
From trixie, the architectures mipsel and mips64el are no
longer supported by Debian. Users of these architectures
are advised to switch to different hardware.
Next commits will remove support for 32-bit MIPS hosts. Stop
building the mipsel Docker image.
[*]
https://www.debian.org/releases/trixie/release-notes/issues.en.html#mips-architectures-removed
Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
Reviewed-by: Thomas Huth <th...@redhat.com>