# HG changeset patch # User diego # Date 1160554432 0 # Node ID 8a760f0395d0d8f7b3c8392865c67002a6fd7841 # Parent cfbb283087f0af7cece856aa83bc29bc62b0f59f Run TOOLS/cpuinfo on x86_64 as well as x86. patch from the NetBSD pkgsrc diff -r cfbb283087f0 -r 8a760f0395d0 configure --- a/configure Tue Oct 10 23:14:40 2006 +0000 +++ b/configure Wed Oct 11 08:13:52 2006 +0000 @@ -842,7 +842,7 @@ elif aix; then # use 'lsattr' on AIX _cpuinfo="lsattr -E -l proc0 -a type" -elif x86; then +elif x86 || x86_64; then # all other OSes try to extract CPU information from a small helper # program TOOLS/cpuinfo instead $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c