Commit 5059b259dd for qemu.org
commit 5059b259dd960a26afcdae8ebf870f90b668f53c
Author: Philippe Mathieu-Daudé <philmd@linaro.org>
Date: Wed Jan 7 09:31:11 2026 +0100
target/openrisc: Build system units in common source set
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>
diff --git a/target/openrisc/meson.build b/target/openrisc/meson.build
index 31608b6dc7..d51ea1ab75 100644
--- a/target/openrisc/meson.build
+++ b/target/openrisc/meson.build
@@ -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}