On 12/25/20 9:19 PM, Richard Henderson wrote: > This emphasizes that we don't support s390, only 64-bit s390x hosts. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > meson.build | 2 -- > tcg/{s390 => s390x}/tcg-target-conset.h | 0 > tcg/{s390 => s390x}/tcg-target-constr.h | 0 > tcg/{s390 => s390x}/tcg-target.h | 0 > tcg/{s390 => s390x}/tcg-target.c.inc | 0 > 5 files changed, 2 deletions(-) > rename tcg/{s390 => s390x}/tcg-target-conset.h (100%) > rename tcg/{s390 => s390x}/tcg-target-constr.h (100%) > rename tcg/{s390 => s390x}/tcg-target.h (100%) > rename tcg/{s390 => s390x}/tcg-target.c.inc (100%)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>