# HG changeset patch # User iive # Date 1145176669 0 # Node ID a49f23a8f1ba857ca284950a1bda71d243b1bacc # Parent 0dd0bcc57c187eb7026cdb5da67f04bb5dfe74c1 recognize future pentium-m processors, e.g. there is intel core with model 14 patch by Zuxy Meng diff -r 0dd0bcc57c18 -r a49f23a8f1ba configure --- a/configure Sun Apr 16 08:27:16 2006 +0000 +++ b/configure Sun Apr 16 08:37:49 2006 +0000 @@ -884,7 +884,7 @@ fi ;; 6) iproc=686 - if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then + if test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then proc=pentium-m elif test "$pmodel" -ge 7; then proc=pentium3