qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] configure: fix detection for x32 linux-user


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/3] configure: fix detection for x32 linux-user
Date: Thu, 10 Aug 2023 12:31:23 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 7/8/23 11:48, Paolo Bonzini wrote:
x32 uses the same signal handling fragments as x86_64, since host_arch
is set to x86_64 when Meson runs.  Remove the unnecessary forwarder and
set the host_arch variable properly in configure.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  configure                                 | 2 ++
  linux-user/include/host/x32/host-signal.h | 1 -
  2 files changed, 2 insertions(+), 1 deletion(-)
  delete mode 100644 linux-user/include/host/x32/host-signal.h

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>





reply via email to

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