aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-06-19 13:45:49 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-06-28 14:44:51 +0200
commitb1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de (patch)
tree09065981a3da03bd08b73a1bcd50d07e0550a076
parent28b8a57ad63670aa0ce90334523dc552b13b4336 (diff)
downloadqemu-b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de.zip
qemu-b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de.tar.gz
qemu-b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de.tar.bz2
configure: detect --cpu=mipsisa64r6
Treat it as a MIPS64 machine. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5ad1674..8b6a2f1 100755
--- a/configure
+++ b/configure
@@ -450,7 +450,7 @@ case "$cpu" in
linux_arch=loongarch
;;
- mips64*)
+ mips64*|mipsisa64*)
cpu=mips64
host_arch=mips
linux_arch=mips