qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128


From: Richard Henderson
Subject: Re: [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128
Date: Mon, 7 Oct 2024 07:46:49 -0700
User-agent: Mozilla Thunderbird

On 10/7/24 01:43, Paolo Bonzini wrote:
Moving -mcx16 out of CPU_CFLAGS caused the detection of ATOMIC128 to
fail, because flags have to be specified by hand in cc.compiles and
cc.links invocations (why oh why??).

Ensure that these tests enable all the instruction set extensions that
will be used to build the emulators.

Fixes: c2bf2ccb266 ("configure: move -mcx16 flag out of CPU_CFLAGS", 2024-05-24)
Reported-by: Alex Bennée<alex.bennee@linaro.org>
Cc:qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  meson.build | 9 +++++----
  1 file changed, 5 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]