Searched hist:"3 c7ee49b81d2fc2930c09f9e0206227516d406e1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 3c7ee49b81d2fc2930c09f9e0206227516d406e1 Fri Jul 07 09:12:19 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> configure: create native file with contents of $host_cc
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, because cc="$host_cc" is placed before --host-cc is processed.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|