qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [PULL 63/68] configure: remove compiler sanity check
Date: Thu, 18 May 2023 06:57:59 +0200



Il mer 17 mag 2023, 20:48 Peter Maydell <peter.maydell@linaro.org> ha scritto:
On Wed, 17 May 2023 at 18:50, Paolo Bonzini <pbonzini@redhat.com> 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 message rather than using
a busted compiler for the other compile checks that
configure does and then producing a confusing error message
when some required-item test fails. (I think traditionally
this was the GLIB_SIZEOF_SIZE_T check, but we may have put
some other tests before that in the meantime.)

Yes but Meson does both the sanity check and the sizeof test now.

Paolo


-- PMM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]