OSDN Git Service

configure: Use -std=gnu11
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 23:31:36 +0000 (16:31 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Jun 2021 13:03:26 +0000 (15:03 +0200)
commit8a9d3d564093dbd5a7339085406e840893944d21
treea607b51e2ddc327ad8577e8ca24cf28c09c387b5
parente0375ec760d3c49163eb16f272349dc16f13e59c
configure: Use -std=gnu11

Now that the minimum gcc version is 7.5, we can use C11.
This will allow lots of cleanups to the code, currently
hidden behind macros in include/qemu/compiler.h.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210614233143.1221879-2-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build