On 10/5/26 22:46, [email protected] wrote:
From: Marc-André Lureau <[email protected]>Commit 0b83acf2f05 moved gen_features_h from s390x_ss to s390x_common_ss. However s390x_system_ss (containing ioinst.c) was left without the dependency, causing a build race: it can be compiled before gen-features.h is generated (via cpu.h -> cpu_models.h -> cpu_features.h -> gen-features.h) Add gen_features_h to s390x_system_ss to correct the build ordering. Fixes: 0b83acf2f05 ("target/s390x: Introduce common system/user meson source set") Signed-off-by: Marc-André Lureau <[email protected]> --- target/s390x/meson.build | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
