diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-05-29 17:45:10 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-29 17:45:10 +0100 |
commit | 4f8599f20c4a54cefc626b50dc7392dd82b422f9 (patch) | |
tree | d1a5b98c291a575543a55a9fe69ffdbd2af5926c | |
parent | 0a233da8a02a6126140b9dbd3af29e6763a390b1 (diff) | |
download | qemu-4f8599f20c4a54cefc626b50dc7392dd82b422f9.zip qemu-4f8599f20c4a54cefc626b50dc7392dd82b422f9.tar.gz qemu-4f8599f20c4a54cefc626b50dc7392dd82b422f9.tar.bz2 |
target/arm/tcg-stubs: compile file once (system)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250513173928.77376-2-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | target/arm/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/meson.build b/target/arm/meson.build index b404fa5..e568dfb 100644 --- a/target/arm/meson.build +++ b/target/arm/meson.build @@ -48,7 +48,7 @@ subdir('hvf') if 'CONFIG_TCG' in config_all_accel subdir('tcg') else - arm_ss.add(files('tcg-stubs.c')) + arm_common_system_ss.add(files('tcg-stubs.c')) endif target_arch += {'arm': arm_ss} |