[Mplayer-cvslog] CVS: main configure,1.905,1.906
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Thu Aug 26 11:28:55 CEST 2004
On Wednesday, 25 August 2004 at 18:53, Diego Biurrun wrote:
> Dominik 'Rathann' Mierzejewski writes:
> > On Wednesday, 25 August 2004 at 17:40, Diego Biurrun CVS wrote:
> > > CVS change done by Diego Biurrun CVS
> > >
> > > Update of /cvsroot/mplayer/main
> > > In directory mail:/var2/tmp/cvs-serv14072
> > >
> > > Modified Files:
> > > configure
> > > Log Message:
> > > Detect if the assembler supports receiving data through -pipe,
> > > patch by Gabucino.
> > [...]
> > > @@ -5964,7 +5969,7 @@
> > > _stripbinaries=no
> > > elif test -z "$CFLAGS" ; then
> > > if test "$host_arch" != "mips" ; then
> > > - CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math
> > > -fomit-frame-pointer"
> > > + CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math
> > > -fomit-frame-pointer"
> > > else
> > > CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
> > > fi
> >
> > This could be simplified, then. The only difference between mips and
> > non-mips here was the use of -pipe, so this check is no longer
> > necessary,
> > I think.
>
> Well, remove it then :)
Done. I checked for any recent news about problems with -pipe on MIPS and
found none. It also appears that this check has been there since the first
version of configure. I wonder why A'rpi put it there.
R.
--
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
We stand between the darkness ... and the light."
-- Delenn in Grey Council in Babylon 5:"Babylon Squared"
More information about the MPlayer-cvslog
mailing list