mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
28b8a57ad6
commit
b1fbee456c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -450,7 +450,7 @@ case "$cpu" in
|
|||
linux_arch=loongarch
|
||||
;;
|
||||
|
||||
mips64*)
|
||||
mips64*|mipsisa64*)
|
||||
cpu=mips64
|
||||
host_arch=mips
|
||||
linux_arch=mips
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue