commit | b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 19 13:45:49 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 28 14:44:51 2024 +0200 |
tree | 09065981a3da03bd08b73a1bcd50d07e0550a076 | |
parent | 28b8a57ad63670aa0ce90334523dc552b13b4336 [diff] [blame] |
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>
diff --git a/configure b/configure index 5ad1674..8b6a2f1 100755 --- a/configure +++ b/configure
@@ -450,7 +450,7 @@ linux_arch=loongarch ;; - mips64*) + mips64*|mipsisa64*) cpu=mips64 host_arch=mips linux_arch=mips