summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 09:24:03 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 09:24:03 +0000
commit4d9a70f4f9faaff4ed0d4ba4965d440ae31c26b5 (patch)
treef796f8cfacf1e7faa73bc5215200cab70630366c /configure
parentc6942094069ddc4c9ee126fb87fca3e2b02fcda4 (diff)
downloadmpv-4d9a70f4f9faaff4ed0d4ba4965d440ae31c26b5.tar.bz2
mpv-4d9a70f4f9faaff4ed0d4ba4965d440ae31c26b5.tar.xz
remove unnecessary mips check (it's obsolete anyway)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 278db7c5b8..15dccf01a5 100755
--- a/configure
+++ b/configure
@@ -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"