Re: [PATCH] configure: Fix linux-user host detection for riscv64

2023-08-07 Thread Michael Tokarev
07.08.2023 19:00, Richard Henderson пишет: I'll figure out something else. Paolo already sent a patchset, see "linux-user, configure: fix CPU canonicalization" r~

Re: [PATCH] configure: Fix linux-user host detection for riscv64

2023-08-07 Thread Peter Maydell
On Mon, 7 Aug 2023 at 17:01, Richard Henderson wrote: > > On 8/7/23 01:26, Joel Stanley wrote: > > On Sat, 5 Aug 2023 at 18:02, Richard Henderson > > wrote: > >> > >> Mirror the host_arch variable from meson.build, so that we > >> probe for the correct linux-user/include/host/ directory. > > > >

Re: [PATCH] configure: Fix linux-user host detection for riscv64

2023-08-07 Thread Richard Henderson
On 8/7/23 01:26, Joel Stanley wrote: On Sat, 5 Aug 2023 at 18:02, Richard Henderson wrote: Mirror the host_arch variable from meson.build, so that we probe for the correct linux-user/include/host/ directory. This broke all of the linux-user targets for me on a ppc64le host. None show up when

Re: [PATCH] configure: Fix linux-user host detection for riscv64

2023-08-07 Thread Joel Stanley
On Sat, 5 Aug 2023 at 18:02, Richard Henderson wrote: > > Mirror the host_arch variable from meson.build, so that we > probe for the correct linux-user/include/host/ directory. This broke all of the linux-user targets for me on a ppc64le host. None show up when running configure --help, and tryin

[PATCH] configure: Fix linux-user host detection for riscv64

2023-08-05 Thread Richard Henderson
Mirror the host_arch variable from meson.build, so that we probe for the correct linux-user/include/host/ directory. Fixes: e3e477c3bca0 ("configure: Fix cross-building for RISCV host") Signed-off-by: Richard Henderson --- configure | 9 - 1 file changed, 8 insertions(+), 1 deletion(-)