summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
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 | \