summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-27 22:00:36 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-27 22:00:36 +0100
commite1f836c52cabfdaaa237d7b869fde60d3b148198 (patch)
tree0c9c62e97ac9405c602132d59b47fd0050d8ff7b /config.sub
parent6282d035f53649046cfc15438c1c085dd7a73e05 (diff)
downloadgmp-e1f836c52cabfdaaa237d7b869fde60d3b148198.tar.gz
Make gmp-mparam.h more fine grained for x86_64 and ppc64.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 13f4bb05e..ccc7bb1a5 100755
--- a/config.sub
+++ b/config.sub
@@ -91,7 +91,7 @@ itanium | itanium2)
test_cpu=ia64 ;;
pentium | pentiummmx | pentiumpro | pentium[234m] | k[56] | k6[23] | geode | athlon | viac3* | nano)
test_cpu=i386 ;;
-athlon64 | atom | core2 | opteron)
+athlon64 | atom | core2 | corei | opteron)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;