--- configure.in Sat Jun 1 19:36:55 2002 +++ configure.in Sat Jun 1 19:37:20 2002 @@ -630,46 +630,6 @@ dnl add x86 specific gcc CFLAGS CFLAGS="$CFLAGS -O3 -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -malign-functions=4 $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -funroll-all-loops -finline-functions" - DEBUG_CFLAGS="$DEBUG_CFLAGS -O3" - - if test x"$sarchopt" != "xno"; then - [ - archopt_val= - - case "$host_alias" in - i386-*) # *BSD return this even on a P III #-)) - archopt_val=i386 ;; - i486-*) # oh dear! - archopt_val=i486 ;; - i586-*) - archopt_val=pentium ;; - i686-*) - archopt_val=pentiumpro - if test x"$check_athlon" = "xyes"; then - if test -f /proc/cpuinfo; then - modelname=`cat /proc/cpuinfo | grep "model\ name\ :" | sed -e 's/ //g' | cut -d':' -f2` - case "$modelname" in - *Athlon* | *Duron* | *K7*) - archopt_val="$k7cpu" ;; - esac - fi - fi - ;; - k6-*) - archopt_val=k6 ;; - k7-*) - archopt_val=k7 ;; - athlon-*) - archopt_val=athlon ;; - esac - - if test x"$archopt_val" != x; then - CFLAGS="$CFLAGS $sarchopt=$archopt_val" - DEBUG_CFLAGS="$DEBUG_CFLAGS $sarchopt=$archopt_val" - fi - ] - fi - dnl enable x86 specific parts of the code dnl dnl all of this stuff needs gcc/gas; it uses gnu c compiler extensions