On 5/2/21 7:48 PM, Thomas Huth wrote: > Clang unfortunately does not support generating code for the z900 > architecture level and starts with the z10 instead. Thus to be able > to support compiling with Clang, we have to check for the supported > compiler flags. The disadvantage is of course that the bios image > will only run with z10 guest CPUs upwards (which is what most people > use anyway), so just in case let's also emit a warning in that case. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > configure | 9 ++++++++- > pc-bios/s390-ccw/Makefile | 3 ++- > 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>