# HG changeset patch # User rathann # Date 1093512243 0 # Node ID 73661450b92b405c8bc966a45b15aadc1f958a3c # Parent 456a348bd9730eaa387cfa691b6df585db53f999 remove unnecessary mips check (it's obsolete anyway) diff -r 456a348bd973 -r 73661450b92b configure --- 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"