Re: [PULL 63/68] configure: remove compiler sanity check

2023-05-17 Thread Paolo Bonzini
Il mer 17 mag 2023, 20:48 Peter Maydell ha scritto: > On Wed, 17 May 2023 at 18: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. > > The other thing th

Re: [PULL 63/68] configure: remove compiler sanity check

2023-05-17 Thread Peter Maydell
On Wed, 17 May 2023 at 18: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. The other thing this check is useful for, though, is providing a helpful error messag

[PULL 63/68] configure: remove compiler sanity check

2023-05-17 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 b2172