On 20/01/21 18:02, Philippe Mathieu-Daudé wrote:
For patch 1, which files are not compiled with the patch that were compiled without?softfloat.
Really? I see this: specific_ss.add(when: 'CONFIG_TCG', if_true: files( 'fpu/softfloat.c', ...)) Maybe -subdir('fp') +if 'CONFIG_TCG' in config_all + subdir('fp') +endif in tests/meson.build is enough? Paolo