]> git.proxmox.com Git - mirror_qemu.git/commit
configure: build ROMs with container-based cross compilers
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Sep 2022 11:42:08 +0000 (12:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Oct 2022 10:53:40 +0000 (11:53 +0100)
commit730fe750fba63023e294ff0acf0f874369f1946f
tree266725dccb3c3f278701a6173fa9951fea3a4d5d
parentc7022a703c497aca6e409d46534896f8ee06a209
configure: build ROMs with container-based cross compilers

s390-ccw remains a bit more complex, because the -march=z900 test is done
only for the native cross compiler.  Otherwise, all that is needed is
to pass the (now mandatory) target argument to write_target_makefile.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-29-alex.bennee@linaro.org>
configure