Re: [hotfix PATCH-for-8.1 v4] configure: Fix cross-building for RISCV host

2023-07-11 Thread Richard Henderson
On 7/11/23 12:06, Philippe Mathieu-Daudé wrote: While when building on native Linux the host architecture is reported as "riscv32" or "riscv64": Host machine cpu family: riscv64 Host machine cpu: riscv64 Found pkg-config: /usr/bin/pkg-config (0.29.2) Since commit ba0e733362 ("configure

[hotfix PATCH-for-8.1 v4] configure: Fix cross-building for RISCV host

2023-07-11 Thread Philippe Mathieu-Daudé
While when building on native Linux the host architecture is reported as "riscv32" or "riscv64": Host machine cpu family: riscv64 Host machine cpu: riscv64 Found pkg-config: /usr/bin/pkg-config (0.29.2) Since commit ba0e733362 ("configure: Merge riscv32 and riscv64 host architectures"), whe