]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Build cpu32-system.o as common object
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 15 May 2026 10:40:14 +0000 (12:40 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 27 May 2026 10:27:22 +0000 (12:27 +0200)
commitc8bea1276c85855b2e088b740737d043c8556d58
tree49df3881b825e273474cbc4d0eb2dbe4ffd41915
parentbc02288cf1568749d983deceb23d581b3c58c95c
target/arm: Build cpu32-system.o as common object

cpu32.c only contains CPU types used in 32-bit system emulation:
rename it as cpu32-system.c; always compile the file but only
register the QOM types for the 32-bit binary.

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-17-philmd@linaro.org>
target/arm/tcg/cpu32-system.c [moved from target/arm/tcg/cpu32.c with 99% similarity]
target/arm/tcg/meson.build