]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
meson: Unify mips and mips64 in host_arch
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 31 Dec 2021 05:25:11 +0000 (05:25 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 31 Dec 2021 05:37:35 +0000 (21:37 -0800)
commit0e3ed77de51fab46d1ade0bee102e68fa376fbd8
tree38d491640848e981c09bfaa6cdacbdb98ba428f1
parent69f153667fce723ee546d2f047d66d0cfa67c3cc
meson: Unify mips and mips64 in host_arch

Fixes the build on a mips64 host.  Prior to the break, we identified
the arch via the __mips__ define; afterward we use meson's
host_machine.cpu_family().  Restore the previous combination.

Fixes: 823eb013452e ("configure, meson: move ARCH to meson.build")
Reported-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
meson.build