]> www.infradead.org Git - qemu-nvme.git/commit
configure: don't enable cross compilers unless in target_list
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2022 18:36:10 +0000 (19:36 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 31 Oct 2022 20:37:58 +0000 (20:37 +0000)
commitc3b570b5a9a24d25ab522def7c928c6a3be3d842
treeedec673431cbc2c066d31e4bae427978eceb2864
parented77c37ac8500d750d5858d02dc78b761dc998be
configure: don't enable cross compilers unless in target_list

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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-5-alex.bennee@linaro.org>
configure