From b82f0ffc75d300a2418f4c5f9eafd2b0d8c55d94 Mon Sep 17 00:00:00 2001 From: tege Date: Sat, 1 Sep 2007 19:27:39 +0200 Subject: Recog athlon64, core2, and opteron. --- config.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.sub') 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 | \ -- cgit v1.2.1