On Mon, 17 Oct 2022 at 07:44, Richard Henderson <richard.hender...@linaro.org> wrote: > > Emphasize that we only support full 64-bit code generation. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > meson.build | 4 +--- > tcg/{sparc => sparc64}/tcg-target-con-set.h | 0 > tcg/{sparc => sparc64}/tcg-target-con-str.h | 0 > tcg/{sparc => sparc64}/tcg-target.h | 0 > tcg/{sparc => sparc64}/tcg-target.c.inc | 0 > 5 files changed, 1 insertion(+), 3 deletions(-) > rename tcg/{sparc => sparc64}/tcg-target-con-set.h (100%) > rename tcg/{sparc => sparc64}/tcg-target-con-str.h (100%) > rename tcg/{sparc => sparc64}/tcg-target.h (100%) > rename tcg/{sparc => sparc64}/tcg-target.c.inc (100%)
You also need to update the MAINTAINERS file, which has an entry for "F:tcg/sparc/". Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM