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é <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-ID: <[email protected]> --- target/sh4/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/sh4/meson.build b/target/sh4/meson.build index fe09f96684b..221700bcf8c 100644 --- a/target/sh4/meson.build +++ b/target/sh4/meson.build @@ -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} -- 2.52.0
