]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: remove HOST_CC
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jul 2023 07:06:15 +0000 (09:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 11:32:14 +0000 (13:32 +0200)
commitb3403ed00b0dbf14a77d6a7be797861e7b7f4907
tree4febd6c2336c35aa672d9a9a22efc5c0719c6e89
parenta24f15d26f8cf0c0533c3422bebc70305626fc14
configure: remove HOST_CC

$(HOST_CC) is only used to invoke the preprocessor, and $(CC) can be
used instead now that there is a Tricore C compiler.  Remove the variable
from config-host.mak.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
tests/tcg/tricore/Makefile.softmmu-target