comparison configure @ 17001:d7794234ab7e

Remove stray \n and shorten overly long lines in the process.
author diego
date Thu, 17 Nov 2005 11:07:29 +0000
parents 7367ca4314d8
children 8e458f513c48
comparison
equal deleted inserted replaced
17000:7367ca4314d8 17001:d7794234ab7e
983 fi 983 fi
984 if test "$proc" = "i386" ; then 984 if test "$proc" = "i386" ; then
985 cc_check -march=$proc $cpuopt=$proc || proc=error 985 cc_check -march=$proc $cpuopt=$proc || proc=error
986 fi 986 fi
987 if test "$proc" = "error" ; then 987 if test "$proc" = "error" ; then
988 echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU." 988 echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
989 _mcpu="" 989 _mcpu=""
990 _march="" 990 _march=""
991 _optimizing="" 991 _optimizing=""
992 elif test "$proc" = "i586-i686"; then 992 elif test "$proc" = "i586-i686"; then
993 _march="-march=i586" 993 _march="-march=i586"
1090 fi 1090 fi
1091 1091
1092 _march="-march=$proc" 1092 _march="-march=$proc"
1093 _mcpu="$cpuopt=$proc" 1093 _mcpu="$cpuopt=$proc"
1094 if test "$proc" = "error" ; then 1094 if test "$proc" = "error" ; then
1095 echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU." 1095 echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
1096 _mcpu="" 1096 _mcpu=""
1097 _march="" 1097 _march=""
1098 fi 1098 fi
1099 else 1099 else
1100 _march="" 1100 _march=""