Re: [PATCH 09/16] configure: handle host compiler in probe_target_compiler

2022-05-17 Thread Richard Henderson
On 5/17/22 02:26, Paolo Bonzini wrote: In preparation for handling more binaries than just cc, handle the case of "probe_target_compiler $cpu" directly in the function, setting the target_* variables based on the ones that are used to build QEMU. The clang check also needs to be moved after this

[PATCH 09/16] configure: handle host compiler in probe_target_compiler

2022-05-17 Thread Paolo Bonzini
In preparation for handling more binaries than just cc, handle the case of "probe_target_compiler $cpu" directly in the function, setting the target_* variables based on the ones that are used to build QEMU. The clang check also needs to be moved after this fallback. Signed-off-by: Paolo Bonzini