tests/fp: Do not build softfloat3 tests if TCG is disabled
commite0a2602070e4f3c265a6c0fc48b4f032455ea3d3
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 4 Feb 2022 15:29:22 +0000 (4 16:29 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 5 Jul 2022 07:33:49 +0000 (5 09:33 +0200)
treeb600aed52bdad5f53772bd500a5f95a2585bcf57
parent9323af2e81be7c7697db024bdd5680a8d47c17e4
tests/fp: Do not build softfloat3 tests if TCG is disabled

Technically we don't need the TCG accelerator to run the
softfloat3 tests. However it is unlikely an interesting
build combination. Developers using softfloat3 likely use
TCG too. Similarly, developers disabling TCG shouldn't
mind much about softfloat3 tests.

This reduces a non-TCG build by 474 objects!

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220204152924.6253-3-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/fp/meson.build