comparison configure @ 18111:a49f23a8f1ba

recognize future pentium-m processors, e.g. there is intel core with model 14 patch by Zuxy Meng <zuxy meng at gmail >
author iive
date Sun, 16 Apr 2006 08:37:49 +0000
parents 7b408d60de9e
children 9cc6a0a1d284
comparison
equal deleted inserted replaced
18110:0dd0bcc57c18 18111:a49f23a8f1ba
882 else 882 else
883 proc=i586 883 proc=i586
884 fi 884 fi
885 ;; 885 ;;
886 6) iproc=686 886 6) iproc=686
887 if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then 887 if test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then
888 proc=pentium-m 888 proc=pentium-m
889 elif test "$pmodel" -ge 7; then 889 elif test "$pmodel" -ge 7; then
890 proc=pentium3 890 proc=pentium3
891 elif test "$pmodel" -ge 3; then 891 elif test "$pmodel" -ge 3; then
892 proc=pentium2 892 proc=pentium2