summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2007-09-01 19:27:39 +0200
committertege <tege@gmplib.org>2007-09-01 19:27:39 +0200
commitb82f0ffc75d300a2418f4c5f9eafd2b0d8c55d94 (patch)
tree679556f31d444067c1b130ffa5780432cadb6765 /config.sub
parentb2f62191a4443b2f8164fd49357578f5e60b4834 (diff)
downloadgmp-b82f0ffc75d300a2418f4c5f9eafd2b0d8c55d94.tar.gz
Recog athlon64, core2, and opteron.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 514de666e..39cf5659c 100755
--- a/config.sub
+++ b/config.sub
@@ -93,6 +93,8 @@ itanium | itanium2)
test_cpu=ia64 ;;
pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon | viac3*)
test_cpu=i386 ;;
+athlon64 | core2 | opteron)
+ test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;
powerpc401 | powerpc403 | powerpc405 | \