]> git.proxmox.com Git - mirror_qemu.git/commit
configure: remove unnecessary check
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 11 May 2023 08:04:06 +0000 (10:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 11:35:28 +0000 (13:35 +0200)
commitd71ccfa1b8ea2a67648e6b5becc247bb6f0956e1
tree31e386a0247c99d88c2ab3c7847a765a8392d4d3
parent13cf376c1f5ee778d1ddae043346d494b4627cb2
configure: remove unnecessary check

All calls to probe_target_compiler are conditioned on
some "have_target" invocation, or inside a loop on target_list.
Therefore there is no issue with building unnecessary
firmware images and tests.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure