diff configure @ 16780:1a472bba92c7

Add MIPS64 detection. patch by Luca Barbato < lu_zero == at == gentoo == dot == org >
author diego
date Sun, 16 Oct 2005 17:44:58 +0000
parents fbc6a8f05730
children 1816685a3d7b
line wrap: on
line diff
--- a/configure	Sun Oct 16 17:29:08 2005 +0000
+++ b/configure	Sun Oct 16 17:44:58 2005 +0000
@@ -514,7 +514,7 @@
       arm*) host_arch=arm ;;
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;
-      mips) host_arch=mips ;;
+      mips*) host_arch=mips ;;
       vax) host_arch=vax ;;
       *) host_arch=UNKNOWN ;;
     esac