]> git.proxmox.com Git - mirror_qemu.git/commit
build: move compiler version check to meson
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Oct 2022 12:34:27 +0000 (14:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 11:35:28 +0000 (13:35 +0200)
commit13f60de816cc88577e2432014b84d702cc082160
treeb558f2e43052539179f3683f7e8aa814d2cff738
parenta988b4c56143d90f98034daf176e416b08dddf36
build: move compiler version check to meson

Use the slighly nicer .version_compare() function for GCC; for Clang that is
not possible due to the mess that Apple does with version numbers.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build