Mercurial > mplayer.hg
changeset 13148:73661450b92b
remove unnecessary mips check (it's obsolete anyway)
author | rathann |
---|---|
date | Thu, 26 Aug 2004 09:24:03 +0000 |
parents | 456a348bd973 |
children | 9e90b90a8d7c |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 26 08:47:12 2004 +0000 +++ b/configure Thu Aug 26 09:24:03 2004 +0000 @@ -5978,11 +5978,7 @@ fi _stripbinaries=no elif test -z "$CFLAGS" ; then - if test "$host_arch" != "mips" ; then CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" - else - CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer" - fi # always compile with '-g' if .developer: if test -f ".developer" ; then CFLAGS="-g $CFLAGS"