comparison configure @ 23468:f397d66f6004

10l: correct Core 2 detection under x86-64
author zuxy
date Thu, 07 Jun 2007 03:01:32 +0000
parents 77cd8d54694a
children 5835f820730f
comparison
equal deleted inserted replaced
23467:720aa593e920 23468:f397d66f6004
1843 if test "$_runtime_cpudetection" = no ; then 1843 if test "$_runtime_cpudetection" = no ; then
1844 case "$pvendor" in 1844 case "$pvendor" in
1845 AuthenticAMD) 1845 AuthenticAMD)
1846 proc=k8;; 1846 proc=k8;;
1847 GenuineIntel) 1847 GenuineIntel)
1848 case "$pmodel" in 1848 case "$pfamily" in
1849 6) proc=core2;; 1849 6) proc=core2;;
1850 *) 1850 *)
1851 # 64-bit prescotts exist, but as far as GCC is concerned they 1851 # 64-bit prescotts exist, but as far as GCC is concerned they
1852 # have the same capabilities as a nocona. 1852 # have the same capabilities as a nocona.
1853 proc=nocona;; 1853 proc=nocona;;