]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/openrisc: Build system units in common source set
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 7 Jan 2026 08:31:11 +0000 (09:31 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Jan 2026 22:47:57 +0000 (23:47 +0100)
Since previous 2 commits and range 2795bc52af4..5b67dbf1dc3 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-7-philmd@linaro.org>

target/openrisc/meson.build

index 31608b6dc7feb99c99832b0e04b6593360d02a4e..d51ea1ab7536c7d6cfdaa3ce6ee09e381475f6d8 100644 (file)
@@ -22,4 +22,4 @@ openrisc_system_ss.add(files(
 ))
 
 target_arch += {'openrisc': openrisc_ss}
-target_system_arch += {'openrisc': openrisc_system_ss}
+target_common_system_arch += {'openrisc': openrisc_system_ss}