]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson.build: Disable -fzero-call-used-regs on OpenBSD
authorThomas Huth <thuth@redhat.com>
Thu, 11 Apr 2024 12:08:19 +0000 (14:08 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Apr 2024 10:02:12 +0000 (12:02 +0200)
commit2d6d995709482cc8b6a76dbb5334a28001a14a9a
tree83a849b136c15c99717e459b81ee9512363a5d53
parentf9a7c4478c0dd64dc5eb00b6e8247c7d44d78540
meson.build: Disable -fzero-call-used-regs on OpenBSD

QEMU currently does not work on OpenBSD since the -fzero-call-used-regs
option that we added to meson.build recently does not work with the
"retguard" extension from OpenBSD's Clang. Thus let's disable the
-fzero-call-used-regs here until there's a better solution available.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2278
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240411120819.56417-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build