# HG changeset patch # User zuxy # Date 1181185292 0 # Node ID f397d66f6004123e8fb6257fd3d34d6936c01f3d # Parent 720aa593e9200d69571d7559659afb0462e22b18 10l: correct Core 2 detection under x86-64 diff -r 720aa593e920 -r f397d66f6004 configure --- a/configure Wed Jun 06 11:58:52 2007 +0000 +++ b/configure Thu Jun 07 03:01:32 2007 +0000 @@ -1845,7 +1845,7 @@ AuthenticAMD) proc=k8;; GenuineIntel) - case "$pmodel" in + case "$pfamily" in 6) proc=core2;; *) # 64-bit prescotts exist, but as far as GCC is concerned they