Browse Source
In commitpull/316/head83d5db95d3("meson: Allow system binaries to not have target-specific units") we allowed targets with empty target_system_arch[] source set, but missed hw_arch[] could also be empty when building modules. Skip such case, otherwise due to commita1ced48754("hw/microblaze: Build files once"), building with --enable-modules triggers: ../meson.build:4034:14: ERROR: Key microblaze is not in the dictionary. Fixes:a1ced48754("hw/microblaze: Build files once") Reported-by: Frederic Bezies <fredbezies@gmail.com> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3272 Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260116131817.38009-1-philmd@linaro.org>
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue