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

2023-08-08 Thread Michael Tokarev
08.08.2023 15:03, 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. Reviewed-by: Michael Tokarev /mjt

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

2023-08-08 Thread Paolo Bonzini
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. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- configure