Re: [PATCH] meson.build: add -mcx16 flag

2024-05-23 Thread Paolo Bonzini
On 5/22/24 21:30, Artyom Kunakovsky wrote: fix linker error if the project was configured by the './configure --cpu=unknown --target-list=riscv64-softmmu' command Signed-off-by: Artyom Kunakovsky --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] meson.build: add -mcx16 flag

2024-05-23 Thread Daniel P . Berrangé
On Thu, May 23, 2024 at 09:52:35AM +0100, Peter Maydell wrote: > On Thu, 23 May 2024 at 09:04, Daniel P. Berrangé wrote: > > > > On Wed, May 22, 2024 at 10:30:16PM +0300, Artyom Kunakovsky wrote: > > > fix linker error if the project was configured by the './configure > > > --cpu=unknown

Re: [PATCH] meson.build: add -mcx16 flag

2024-05-23 Thread Peter Maydell
On Thu, 23 May 2024 at 09:04, Daniel P. Berrangé wrote: > > On Wed, May 22, 2024 at 10:30:16PM +0300, Artyom Kunakovsky wrote: > > fix linker error if the project was configured by the './configure > > --cpu=unknown --target-list=riscv64-softmmu' command > > Isn't this simply user error, with

Re: [PATCH] meson.build: add -mcx16 flag

2024-05-23 Thread Artyom Kunakovsky
. With regards, Artyom K. From: Daniel P. Berrangé Sent: Thursday, May 23, 2024 11:02:31 AM To: Artyom Kunakovsky Cc: qemu-devel@nongnu.org Subject: Re: [PATCH] meson.build: add -mcx16 flag On Wed, May 22, 2024 at 10:30:16PM +0300, Artyom Kunakovsky wrote: > fix lin

Re: [PATCH] meson.build: add -mcx16 flag

2024-05-23 Thread Daniel P . Berrangé
On Wed, May 22, 2024 at 10:30:16PM +0300, Artyom Kunakovsky wrote: > fix linker error if the project was configured by the './configure > --cpu=unknown --target-list=riscv64-softmmu' command Isn't this simply user error, with the right answer being to pass a valid CPU target to --cpu, rather

[PATCH] meson.build: add -mcx16 flag

2024-05-22 Thread 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a9de71d450..0c24878c86