projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b8a57
)
configure: detect --cpu=mipsisa64r6
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 19 Jun 2024 11:45:49 +0000
(13:45 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 28 Jun 2024 12:44:51 +0000
(14:44 +0200)
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>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 5ad1674ca5f2534a8be82a9dfeaff8732ba944eb..8b6a2f16ceb933d2c27ce633eec02ce6ea7c6060 100755
(executable)
--- 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