On 8/29/23 01:29, Paolo Bonzini wrote:
The argument of --host-cc is not obeyed when cross compiling. To avoid this issue, place it in a configuration file and pass it to meson with --native-file.While at it, clarify that --host-cc is not obeyed anyway when_not_ cross compiling. Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- configure | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~