On 4/1/21 3:25 AM, Alex Bennée wrote:
While docker is nominally multarch these days it doesn't mean our
distros actually package all cross compilers for all architectures.
The upcoming Debian bullseye release will improve things further. At
least for now we can get things like the 32 bit ARM compiler on it's
64 bit cousin.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
configure | 2 +-
tests/tcg/configure.sh | 27 +++++++++++++++++++++++++--
2 files changed, 26 insertions(+), 3 deletions(-)
I'm not really keen on this, but I can't think of anything else. At least the
dockerfile contents are also under our control, and this is only matching that.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~