Re: [PATCH 19/24] configure: remove compiler sanity check

2024-01-18 Thread Thomas Huth
On 11/05/2023 11.50, Paolo Bonzini wrote: The comment is not correct anymore, in that the usability test for the compiler and linker are done after probing $cpu, and Meson will redo them anyway. Signed-off-by: Paolo Bonzini --- configure | 14 -- 1 file changed, 14 deletions(-)

[PATCH 19/24] configure: remove compiler sanity check

2023-05-11 Thread Paolo Bonzini
The comment is not correct anymore, in that the usability test for the compiler and linker are done after probing $cpu, and Meson will redo them anyway. Signed-off-by: Paolo Bonzini --- configure | 14 -- 1 file changed, 14 deletions(-) diff --git a/configure b/configure index 6e5e9