mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/meson: Only build softfloat objects if TCG is selected
Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210122204441.2145197-3-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fa2f7b0b9b
commit
f77147cd4d
1 changed files with 3 additions and 1 deletions
|
@ -276,7 +276,9 @@ test('decodetree', sh,
|
||||||
workdir: meson.current_source_dir() / 'decode',
|
workdir: meson.current_source_dir() / 'decode',
|
||||||
suite: 'decodetree')
|
suite: 'decodetree')
|
||||||
|
|
||||||
|
if 'CONFIG_TCG' in config_all
|
||||||
subdir('fp')
|
subdir('fp')
|
||||||
|
endif
|
||||||
|
|
||||||
if not get_option('tcg').disabled()
|
if not get_option('tcg').disabled()
|
||||||
if 'CONFIG_PLUGIN' in config_host
|
if 'CONFIG_PLUGIN' in config_host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue