While gdbstub64.o is already built once, build it as
common object, reducing target-specific set in arm_ss[].
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <
20260526203722.79463-9-philmd@linaro.org>
))
arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
- 'cpu64.c',
'gengvec64.c',
'translate-a64.c',
'translate-sve.c',
'vec_helper.c',
'vfp_helper.c',
))
+arm_common_user_system_ss.add(when: 'TARGET_AARCH64', if_true: files(
+ 'cpu64.c',
+))
arm_common_system_ss.add(files(
'cpregs-at.c',