remove unnecessary mips check (it's obsolete anyway)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13149 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2004-08-26 09:24:03 +00:00
parent c694209406
commit 4d9a70f4f9
1 changed files with 0 additions and 4 deletions

4
configure vendored
View File

@ -5978,11 +5978,7 @@ if test "$_profile" != "" || test "$_debug" != "" ; then
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"