Re: [PATCH 15/30] meson: cleanup compiler detection

2022-12-16 Thread Daniel P . Berrangé
On Fri, Dec 09, 2022 at 12:23:54PM +0100, Paolo Bonzini wrote: > Detect all compilers at the beginning of meson.build, and store > the available languages in an array. > > Signed-off-by: Paolo Bonzini > --- > meson.build | 62 ++--- > 1 file change

Re: [PATCH 15/30] meson: cleanup compiler detection

2022-12-12 Thread Marc-André Lureau
On Fri, Dec 9, 2022 at 3:29 PM Paolo Bonzini wrote: > > Detect all compilers at the beginning of meson.build, and store > the available languages in an array. > > Signed-off-by: Paolo Bonzini Reviewed-by: Marc-André Lureau > --- > meson.build | 62 ++---

[PATCH 15/30] meson: cleanup compiler detection

2022-12-09 Thread Paolo Bonzini
Detect all compilers at the beginning of meson.build, and store the available languages in an array. Signed-off-by: Paolo Bonzini --- meson.build | 62 ++--- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/meson.build b/meson.build