Re: [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang

2024-09-03 Thread Thomas Huth
On 03/09/2024 18.30, Andrew Jones wrote: When a user specifies the compiler with --cc assume it's already fully named, even if the user also specifies a cross-prefix. This allows clang to be selected for the compiler, which doesn't use prefixes, but also still provide a cross prefix for binutils.

[kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang

2024-09-03 Thread Andrew Jones
When a user specifies the compiler with --cc assume it's already fully named, even if the user also specifies a cross-prefix. This allows clang to be selected for the compiler, which doesn't use prefixes, but also still provide a cross prefix for binutils. If a user needs a prefix on the compiler t