g2/confiG2ure target,1.1.1.1,1.2

[email protected] (Alex Beregszaszi) Sat, 31 Jan 2004 22:57:59 +0100 (CET)
Newsgroups gmane.comp.video.mplayer.g2.devel
Message-ID <[email protected]>
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/g2/confiG2ure
In directory mail:/home/alex/a/g2/confiG2ure

Modified Files:
	target 
Log Message:
better parisc detection

Index: target
===================================================================
RCS file: /cvsroot/mplayer/g2/confiG2ure/target,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- target	31 Jan 2004 20:16:18 -0000	1.1.1.1
+++ target	31 Jan 2004 21:57:57 -0000	1.2
@@ -50,7 +50,7 @@
       ppc) host_arch=ppc ;;
       alpha) host_arch=alpha ;;
       sparc*) host_arch=sparc ;;
-      9000*) host_arch=hppa ;;
+      hppa*|9000*|parisc*) host_arch=hppa ;;
       arm*) host_arch=arm ;;
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;