comparison configure @ 23009:41d042563508

Intel's Conroe-L makes use of extended models, so adjust CPU detection routines accordingly. patch by Zuxy Meng, zuxy.meng gmail com
author diego
date Fri, 20 Apr 2007 18:57:09 +0000
parents c0dd8f3f3c45
children 9fa58c749c03
comparison
equal deleted inserted replaced
23008:7fa1afcfb772 23009:41d042563508
1639 else 1639 else
1640 proc=i586 1640 proc=i586
1641 fi 1641 fi
1642 ;; 1642 ;;
1643 6) iproc=686 1643 6) iproc=686
1644 if test "$pmodel" -eq 15; then 1644 if test "$pmodel" -ge 15; then
1645 proc=core2 1645 proc=core2
1646 elif test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then 1646 elif test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then
1647 proc=pentium-m 1647 proc=pentium-m
1648 elif test "$pmodel" -ge 7; then 1648 elif test "$pmodel" -ge 7; then
1649 proc=pentium3 1649 proc=pentium3