]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/rx: Build system units in common source set
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 08:31:21 +0000 (09:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
Since commit range 2982b948a9f..86114e43ffd 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-2-philmd@linaro.org>

target/rx/meson.build

index d196737ce33ccbaaa9218a2c609d4c46b782eed7..86dc231eb0aa2affe7042fb9e1a3ecbd18109057 100644 (file)
@@ -13,4 +13,4 @@ rx_ss.add(files(
   'disas.c'))
 
 target_arch += {'rx': rx_ss}
-target_system_arch += {'rx': ss.source_set()}
+target_common_system_arch += {'rx': ss.source_set()}