[MPlayer-cvslog] r34050 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Sep 4 15:15:29 CEST 2011


On Sun, Sep 04, 2011 at 02:46:27PM +0200, Diego Biurrun wrote:
> On Thu, Sep 01, 2011 at 11:49:23PM +0200, reimar wrote:
> > 
> > Log:
> > Autodetect 32- vs. 64-bit PowerPC just like for x86.
> > 
> > --- trunk/configure	Thu Sep  1 22:17:03 2011	(r34049)
> > +++ trunk/configure	Thu Sep  1 23:49:22 2011	(r34050)
> > @@ -1465,8 +1465,7 @@ if test -z "$_target" ; then
> >    case "$(uname -m 2>&1)" in
> >        x86_64|amd64|i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686) host_arch=i386 ;;
> >        ia64) host_arch=ia64 ;;
> > -      macppc|ppc|Power*) host_arch=ppc ;;
> > -      ppc64) host_arch=ppc64 ;;
> > +      macppc|ppc|ppc64|Power*) host_arch=ppc ;;
> 
> *ppc*|Power*)

I don't know, isn't *ppc* a bit too greedy?
I guess ppc* should be ok though.


More information about the MPlayer-cvslog mailing list