From 73463c5db72362704484c4649234e41928dbb072 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 15 Oct 2008 22:34:48 +0200 Subject: Support Intel Atom processor. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.sub') 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 ;; -- cgit v1.2.1