]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: don't enable firmware for targets that are not built
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Oct 2022 14:33:03 +0000 (16:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:03 +0000 (13:58 +0200)
commit35fd22b01de00015ca7367c16f1621ff33b4ba95
tree208f680c28f8b616a9bea730891b8af354df3027
parent8cc5583abe6419e7faaebc9fbd109f34f4c850f2
configure: don't enable firmware for targets that are not built

This avoids the unfortunate effect of building pc-bios blobs
even for targets the user isn't interested in.

Due to the bi-arch nature of x86 and PPC firmware, check for the
desired target by hand, and don't just look for the compilation target
in $target_list.

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