changeset 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 98e7c24c8de3
children 6809ca5dd307
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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