aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-05-29 17:45:10 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-05-29 17:45:10 +0100
commit4f8599f20c4a54cefc626b50dc7392dd82b422f9 (patch)
treed1a5b98c291a575543a55a9fe69ffdbd2af5926c
parent0a233da8a02a6126140b9dbd3af29e6763a390b1 (diff)
downloadqemu-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.build2
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}