commit | 52f08deaf803fa95fd12a886f854502ca632d562 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Jul 02 15:59:02 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 08 11:02:25 2022 +0200 |
tree | 3ad6f4da009392400dfa3f0120fe1e34f226cc76 | |
parent | bb52a8a278782f4e0f009d3568e60a9689b64da7 [diff] |
configure: pass whole target name to probe_target_compiler Let probe_target_compiler know if it is looking for a compiler for a softmmu (freestanding) or a linux-user (hosted) environment. The detection for the compiler has to be done differently in the two cases. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>