diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2008-10-15 22:34:48 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2008-10-15 22:34:48 +0200 |
commit | 73463c5db72362704484c4649234e41928dbb072 (patch) | |
tree | a20f62e3c9d118e62e24d2cb42e4e21fef43e8fd /config.sub | |
parent | 22202ca531ed2549502aa20a1fa953d7aa9fcc95 (diff) | |
download | gmp-73463c5db72362704484c4649234e41928dbb072.tar.gz |
Support Intel Atom processor.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
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 ;; |