qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] meson.build: add -mcx16 flag
@ 2024-05-22 19:30 Artyom Kunakovsky
  2024-05-23  8:02 ` Daniel P. Berrangé
  2024-05-23 10:12 ` Paolo Bonzini
  0 siblings, 2 replies; 6+ messages in thread
From: Artyom Kunakovsky @ 2024-05-22 19:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Artyom Kunakovsky

fix linker error if the project was configured by the './configure --cpu=unknown --target-list=riscv64-softmmu' command

Signed-off-by: Artyom Kunakovsky <artyomkunakovsky@gmail.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a9de71d450..0c24878c86 100644
--- a/meson.build
+++ b/meson.build
@@ -298,7 +298,7 @@ endforeach
 
 qemu_common_flags = [
   '-D_GNU_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE_SOURCE',
-  '-fno-strict-aliasing', '-fno-common', '-fwrapv' ]
+  '-fno-strict-aliasing', '-fno-common', '-fwrapv', '-mcx16' ]
 qemu_cflags = []
 qemu_ldflags = []
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-23 10:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 19:30 [PATCH] meson.build: add -mcx16 flag Artyom Kunakovsky
2024-05-23  8:02 ` Daniel P. Berrangé
2024-05-23  8:35   ` Artyom Kunakovsky
2024-05-23  8:52   ` Peter Maydell
2024-05-23  9:14     ` Daniel P. Berrangé
2024-05-23 10:12 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).