summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-10-15 22:34:48 +0200
committerTorbjorn Granlund <tege@gmplib.org>2008-10-15 22:34:48 +0200
commit73463c5db72362704484c4649234e41928dbb072 (patch)
treea20f62e3c9d118e62e24d2cb42e4e21fef43e8fd /config.sub
parent22202ca531ed2549502aa20a1fa953d7aa9fcc95 (diff)
downloadgmp-73463c5db72362704484c4649234e41928dbb072.tar.gz
Support Intel Atom processor.
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 702ee2321..1686176ab 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*)
test_cpu=i386 ;;
-athlon64 | core2 | opteron)
+athlon64 | atom | core2 | opteron)
test_cpu=x86_64 ;;
power[2-9] | power2sc)
test_cpu=power ;;