[MPlayer-cvslog] r34050 - trunk/configure
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Sep 5 23:59:12 CEST 2011
On Mon, Sep 05, 2011 at 05:09:47PM +0200, Diego Biurrun wrote:
> On Sun, Sep 04, 2011 at 03:15:29PM +0200, Reimar Döffinger wrote:
> > 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.
>
> ppc* would not include macppc, but I don't mind much either way.
I understand that, but it would also match "crappc" and who knows
what else. So I rather didn't want to do that, while such a collision
is rather unlikely I'm not too sure about how unlikely and I guess it
would fail in really confusing ways.
More information about the MPlayer-cvslog
mailing list