10 Oct
2025
10 Oct
'25
6:52 a.m.
On 09/10/2025 21.52, Philippe Mathieu-Daudé wrote:
See previous commit for rationale.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- meson.build | 2 -- 1 file changed, 2 deletions(-)
diff --git a/meson.build b/meson.build index afaefa01722..c5710a6a47c 100644 --- a/meson.build +++ b/meson.build @@ -295,8 +295,6 @@ elif cpu == 'ppc' kvm_targets = ['ppc-softmmu'] elif cpu == 'ppc64' kvm_targets = ['ppc-softmmu', 'ppc64-softmmu'] -elif cpu == 'mips' - kvm_targets = ['mips-softmmu', 'mipsel-softmmu'] elif cpu == 'mips64' kvm_targets = ['mips-softmmu', 'mipsel-softmmu', 'mips64-softmmu', 'mips64el-softmmu'] elif cpu == 'riscv32'
Reviewed-by: Thomas Huth <thuth@redhat.com>