Re: [PATCH 01/26] target/mips: Simplify meson TCG rules

2021-04-18 Thread Richard Henderson
On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote: We already have the mips_tcg_ss source set for TCG-specific files, use it for mxu_translate.c and tx79_translate.c to simplify a bit. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/meson.build | 5 ++--- 1 file changed, 2 insertions(+),

[PATCH 01/26] target/mips: Simplify meson TCG rules

2021-04-18 Thread Philippe Mathieu-Daudé
We already have the mips_tcg_ss source set for TCG-specific files, use it for mxu_translate.c and tx79_translate.c to simplify a bit. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/meson.build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/mips/meson.build