]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: define qemu_isa_flags
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Oct 2024 08:31:28 +0000 (10:31 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 14 Oct 2024 17:57:23 +0000 (20:57 +0300)
commit22359e0e6ee4ddc0ed1bfe6f8a02d81fdb13693b
treee52a3a1366b515ccdfc3498ddc277d085d96dc17
parente894be998d0871f55581cb9cf6ce330bf6d590b2
meson: define qemu_isa_flags

Create a separate variable for compiler flags that enable
specific instruction set extensions, so that they can be used with
cc.compiles/cc.links.

Note that -mfpmath=sse is a code generation option but it does not
enable new instructions, therefore I did not make it part of
qemu_isa_flags.

Suggested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 6ae8c5382b2396d394e135c2c6d3742d11c6d0c2)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
meson.build