Re: [PATCH] configure: detect 64-bit MIPS

2024-10-27 Thread Philippe Mathieu-Daudé
On 27/10/24 10:05, Paolo Bonzini wrote: While right now 64-bit MIPS and 32-bit MIPS share the code in QEMU, Rust uses different rules for the target. Set $cpu correctly to either mips or mips64 (--cpu=mips64* is already accepted in the case statement that canonicalizes cpu/host_arch/linux_arch),

[PATCH] configure: detect 64-bit MIPS

2024-10-27 Thread Paolo Bonzini
While right now 64-bit MIPS and 32-bit MIPS share the code in QEMU, Rust uses different rules for the target. Set $cpu correctly to either mips or mips64 (--cpu=mips64* is already accepted in the case statement that canonicalizes cpu/host_arch/linux_arch), and adjust the checks to account for the