Re: [PATCH] meson.build: expose TCG cross compiler information in summary

2021-02-15 Thread Paolo Bonzini
Very nice, but perhaps you can reuse target_dirs and test for each individual tests/tcg/config-$target.mak with fs.exists(), instead of using find? Thanks, Paolo Il lun 15 feb 2021, 23:55 Alex Bennée ha scritto: > Blink and you miss the cross TCG compiler stuff so lets display it > with the re

[PATCH] meson.build: expose TCG cross compiler information in summary

2021-02-15 Thread Alex Bennée
Blink and you miss the cross TCG compiler stuff so lets display it with the rest of the compiler information. Signed-off-by: Alex Bennée --- meson.build| 18 ++ tests/tcg/configure.sh | 8 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/meson