Re: [RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw

2022-04-30 Thread Richard Henderson
On 4/29/22 07:18, Paolo Bonzini wrote: -# Only build s390-ccw bios if we're on s390x and the compiler has -march=z900 -# or -march=z10 (which is the lowest architecture level that Clang supports) -if test "$cpu" = "s390x" ; then +# Only build s390-ccw bios the compiler has -march=z900 or -march=z

[RFC PATCH 08/12] configure: enable cross-compilation of s390-ccw

2022-04-29 Thread Paolo Bonzini
While container-based cross compilers are not supported, this already makes it possible to build s390-ccw on any machine that has s390x GCC and binutils installed. Signed-off-by: Paolo Bonzini --- configure| 18 +- pc-bios/s390-ccw/Makefile| 9 +