> On 10. Jul 2026, at 23:43, Pierrick Bouvier
> <[email protected]> wrote:
>
> Those options were useful a few years ago, before containers were
> available as an alternative for missing cross compilers. Simplify the
> workflow by removing those options and maintaining only the container
> based approach.
>
> Tested-by: Alex Bennée <[email protected]>
> Signed-off-by: Pierrick Bouvier <[email protected]>
> ---
> configure | 473 ------------------------------------------------------
> 1 file changed, 473 deletions(-)
>
Hi,
It’s nowhere near an upstream state, but we might want to consider some
architectures where Linux is not supported.
An extreme example (which not remotely anywhere near going in tree yet):
there’s a working IA-64 system emulation tree around (on top of QEMU 11.0)
that can boot Windows and Linux guests. Linux and glibc do not have upstream
support anymore for that architecture.
aarch64_be might also be going that route in the not-too-far-away future...
And there’s also macOS hosts and others, so while containers as a default
are very nice, there should still be an option to opt-out I think.