Mercurial > mplayer.hg
changeset 11677:15883b1e2afa
better parisc detection
author | alex |
---|---|
date | Tue, 23 Dec 2003 22:47:11 +0000 |
parents | bc22491f91bf |
children | 972d1998bde9 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Dec 23 21:24:14 2003 +0000 +++ b/configure Tue Dec 23 22:47:11 2003 +0000 @@ -435,7 +435,7 @@ ppc) host_arch=ppc ;; alpha) host_arch=alpha ;; sparc*) host_arch=sparc ;; - 9000*) host_arch=hppa ;; + parisc*|hppa*|9000*) host_arch=hppa ;; arm*) host_arch=arm ;; s390) host_arch=s390 ;; s390x) host_arch=s390x ;;