From b1fbee456c8dcb5d53dd0324bde1e17ffc6bc5de Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 19 Jun 2024 13:45:49 +0200 Subject: [PATCH] configure: detect --cpu=mipsisa64r6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Treat it as a MIPS64 machine. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5ad1674ca5..8b6a2f16ce 100755 --- 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