On 9/15/21 11:31 PM, Richard Henderson wrote: > This emphasizes that we don't support s390, only 64-bit s390x hosts. > > Reviewed-by: David Hildenbrand <da...@redhat.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > meson.build | 2 -- > tcg/{s390 => s390x}/tcg-target-con-set.h | 0 > tcg/{s390 => s390x}/tcg-target-con-str.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-con-set.h (100%) > rename tcg/{s390 => s390x}/tcg-target-con-str.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>