]> git.proxmox.com Git - mirror_qemu.git/commit
configure: include more binutils in tests/tcg makefile
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 27 May 2022 15:35:52 +0000 (16:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 1 Jun 2022 14:47:43 +0000 (15:47 +0100)
commit87eb014c5e80039bf6bee4f05557f48827239cb4
tree629cf57dc87a9cf4b6bf6dd38bd666fb5330c90f
parent5adb43be79dd125f8bf7bce0fd4b0c4f03e0aa71
configure: include more binutils in tests/tcg makefile

Firmware builds require paths to all the binutils; it is not enough to
use only cc, or even as/ld as in the case of tests/tcg/tricore.
Adjust the cross-compiler configurator to detect also ar, nm, objcopy,
ranlib and strip.

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