[Mplayer-cvslog] CVS: main configure,1.905,1.906
Diego Biurrun
diego at biurrun.de
Wed Aug 25 18:53:32 CEST 2004
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 :)
Diego
More information about the MPlayer-cvslog
mailing list