]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: pass whole target name to probe_target_compiler
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 2 Jul 2022 13:59:02 +0000 (15:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Jul 2022 09:02:25 +0000 (11:02 +0200)
commit52f08deaf803fa95fd12a886f854502ca632d562
tree3ad6f4da009392400dfa3f0120fe1e34f226cc76
parentbb52a8a278782f4e0f009d3568e60a9689b64da7
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>
configure