Re: [PATCH 11/27] meson: define qemu_cflags/qemu_ldflags

2022-02-03 Thread Philippe Mathieu-Daudé via
On 3/2/22 18:33, Paolo Bonzini wrote: Prepare for moving more compiler tests to Meson. If the full set of compiler flags is needed in a cc.compiles/cc.links test, it will be handy to have a variable analogous to QEMU_CFLAGS. Signed-off-by: Paolo Bonzini --- meson.build | 13 +++-- 1

[PATCH 11/27] meson: define qemu_cflags/qemu_ldflags

2022-02-03 Thread Paolo Bonzini
Prepare for moving more compiler tests to Meson. If the full set of compiler flags is needed in a cc.compiles/cc.links test, it will be handy to have a variable analogous to QEMU_CFLAGS. Signed-off-by: Paolo Bonzini --- meson.build | 13 +++-- 1 file changed, 7 insertions(+), 6 deletion