[Mplayer-cvslog] CVS: main configure,1.905,1.906
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Wed Aug 25 17:43:04 CEST 2004
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.
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