diff options
author | 2024-04-11 14:08:19 +0200 | |
---|---|---|
committer | 2024-04-12 12:02:12 +0200 | |
commit | 2d6d995709482cc8b6a76dbb5334a28001a14a9a (patch) | |
tree | 83a849b136c15c99717e459b81ee9512363a5d53 /plugins/api.c | |
parent | Makefile: fix use of -j without an argument (diff) | |
download | qemu-2d6d995709482cc8b6a76dbb5334a28001a14a9a.tar.xz qemu-2d6d995709482cc8b6a76dbb5334a28001a14a9a.zip |
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>
Diffstat (limited to 'plugins/api.c')
0 files changed, 0 insertions, 0 deletions