configure: fix and complete detection of tricore tools
commita3d3de8e1d4aff1343066e351020de9a6294c102
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Aug 2023 08:13:43 +0000 (9 10:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Aug 2023 07:55:05 +0000 (28 09:55 +0200)
tree0d1c07a6bc496627830f45342c5434ab0d81ecd3
parent50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4
configure: fix and complete detection of tricore tools

The tricore tools are not detected when they are installed in
the host system, only if they are taken from an external
container.  For this reason the build-tricore-softmmu job
was not running the TCG tests.

In addition the container provides all tools, not just as/ld/gcc,
so there is no need to special case tricore.

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