comparison configure @ 13148:73661450b92b

remove unnecessary mips check (it's obsolete anyway)
author rathann
date Thu, 26 Aug 2004 09:24:03 +0000
parents 29a48ea224e8
children d198f255bee9
comparison
equal deleted inserted replaced
13147:456a348bd973 13148:73661450b92b
5976 if test "$_cc_major" -ge "3" ; then 5976 if test "$_cc_major" -ge "3" ; then
5977 CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'` 5977 CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'`
5978 fi 5978 fi
5979 _stripbinaries=no 5979 _stripbinaries=no
5980 elif test -z "$CFLAGS" ; then 5980 elif test -z "$CFLAGS" ; then
5981 if test "$host_arch" != "mips" ; then
5982 CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" 5981 CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
5983 else
5984 CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer"
5985 fi
5986 # always compile with '-g' if .developer: 5982 # always compile with '-g' if .developer:
5987 if test -f ".developer" ; then 5983 if test -f ".developer" ; then
5988 CFLAGS="-g $CFLAGS" 5984 CFLAGS="-g $CFLAGS"
5989 _stripbinaries=no 5985 _stripbinaries=no
5990 fi 5986 fi