Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
16779:98e7c24c8de3 | 16780:1a472bba92c7 |
---|---|
512 sparc64) host_arch=sparc64 ;; | 512 sparc64) host_arch=sparc64 ;; |
513 parisc*|hppa*|9000*) host_arch=hppa ;; | 513 parisc*|hppa*|9000*) host_arch=hppa ;; |
514 arm*) host_arch=arm ;; | 514 arm*) host_arch=arm ;; |
515 s390) host_arch=s390 ;; | 515 s390) host_arch=s390 ;; |
516 s390x) host_arch=s390x ;; | 516 s390x) host_arch=s390x ;; |
517 mips) host_arch=mips ;; | 517 mips*) host_arch=mips ;; |
518 vax) host_arch=vax ;; | 518 vax) host_arch=vax ;; |
519 *) host_arch=UNKNOWN ;; | 519 *) host_arch=UNKNOWN ;; |
520 esac | 520 esac |
521 ;; | 521 ;; |
522 esac | 522 esac |