]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/sh4: Build system units in common source set
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 08:31:29 +0000 (09:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
Since commit range 42c90609b8f..82a1e739010 we remove all
uses of the target_ulong type in target/rx/. Use the meson
target_common_system_arch[] source set to prevent further
uses of target-specific types.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20260107200702.54582-3-philmd@linaro.org>

target/sh4/meson.build

index fe09f96684b5de59ea7bfd5cae9a38a9e0227b75..221700bcf8c8044da32a4ffedccfacf7cd8d2835 100644 (file)
@@ -11,4 +11,4 @@ sh4_system_ss = ss.source_set()
 sh4_system_ss.add(files('monitor.c'))
 
 target_arch += {'sh4': sh4_ss}
-target_system_arch += {'sh4': sh4_system_ss}
+target_common_system_arch += {'sh4': sh4_system_ss}