From 47d8a32be6d8a8930ef09cb835ddaee7607607f4 Mon Sep 17 00:00:00 2001 From: tege Date: Thu, 22 May 2003 00:04:56 +0200 Subject: Recognize viac3* processors. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.sub') diff --git a/config.sub b/config.sub index 90f06c635..6150d7bee 100755 --- a/config.sub +++ b/config.sub @@ -87,7 +87,7 @@ given_full="$given_cpu$given_rest" case "$given_cpu" in itanium | itanium2) test_cpu=ia64 ;; -pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon) +pentium | pentiummmx | pentiumpro | pentium[234] | k[56] | k6[23] | athlon | viac3*) test_cpu=i386 ;; power[12] | power2sc) test_cpu=power ;; -- cgit v1.2.1