Skip to content

Commit

Permalink
configure: detect --cpu=mipsisa64r6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed Jun 28, 2024
1 parent 28b8a57 commit b1fbee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ case "$cpu" in
linux_arch=loongarch
;;

mips64*)
mips64*|mipsisa64*)
cpu=mips64
host_arch=mips
linux_arch=mips
Expand Down

0 comments on commit b1fbee4

Please sign in to comment.