diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-06-19 13:45:49 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-06-28 14:44:51 +0200 |
commit | b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de (patch) | |
tree | 09065981a3da03bd08b73a1bcd50d07e0550a076 /configure | |
parent | 28b8a57ad63670aa0ce90334523dc552b13b4336 (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ case "$cpu" in linux_arch=loongarch ;; - mips64*) + mips64*|mipsisa64*) cpu=mips64 host_arch=mips linux_arch=mips |