The unified diff between revisions [f171e2bf..] and [f8eb8521..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'configure.pl'

#
#
# patch "configure.pl"
#  from [77d8487d93bc40c001c39cd7f0aedb01c8f38bfe]
#    to [f5aaadfa8884b93e3821dc8b9a027904371066db]
#
============================================================
--- configure.pl	77d8487d93bc40c001c39cd7f0aedb01c8f38bfe
+++ configure.pl	f5aaadfa8884b93e3821dc8b9a027904371066db
@@ -1583,8 +1583,9 @@ sub guess_cpu_from_this

     $cpu = 'core2duo' if($cpuinfo =~ /intel\(r\) core\(tm\)2/);

-    $cpu = 'amd64' if($cpuinfo =~ /athlon64/);
-    $cpu = 'amd64' if($cpuinfo =~ /opteron/);
+    $cpu = 'athlon64' if($cpuinfo =~ /athlon64/);
+    $cpu = 'athlon64' if($cpuinfo =~ /athlon\(tm\) 64/);
+    $cpu = 'opteron' if($cpuinfo =~ /opteron/);

     # The 32-bit SPARC stuff is impossible to match to arch type easily, and
     # anyway the uname stuff will pick up that it's a SPARC so it doesn't