configure: Restrict TCG to emulation
commit7630156d347646cc310a911bce02ca7b6a018f2a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 4 Feb 2022 14:54:47 +0000 (4 15:54 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jul 2022 22:06:02 +0000 (13 00:06 +0200)
tree56bc504955ae3fc1360ccb897cda879360178006
parentd8cf2c29cc1077cd8f8ab0580b285bff92f09d1c
configure: Restrict TCG to emulation

If we don't need to emulate any target, we certainly don't need TCG.

This should also help to compile again with
 ".../configure --enable-tools --disable-system --disable-user"
on systems that do not have a TCG backend.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[thuth: Re-arranged the code, remove check-softfloat from buildtest.yml]
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220706153816.768143-1-thuth@redhat.com>
.gitlab-ci.d/buildtest.yml
configure