]> git.proxmox.com Git - mirror_qemu.git/commit
configure: Use -std=gnu11
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 23:31:36 +0000 (16:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 16 Jun 2021 01:31:00 +0000 (18:31 -0700)
commitd22797ce36a388214dfc03b49d3609a334a52ff7
tree0d5681a9c06e18ee1ec38d23dfa9ad6659d6ed71
parent1ea06abceec61b6f3ab33dadb0510b6e09fb61e2
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: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210614233143.1221879-2-richard.henderson@linaro.org>
configure
meson.build