2001-10-04 Ben Elliston <bje@redhat.com>

* config.sub: Handle viac3 as an i586-class CPU.
This commit is contained in:
Ben Elliston 2001-10-04 00:26:38 +00:00
parent bab08c2ca6
commit 59ca78e158
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2001-10-04 Ben Elliston <bje@redhat.com>
* config.sub: Handle viac3 as an i586-class CPU.
* config.sub: Handle simso-wrs (Wind River's VxWorks Solaris
simulator target). From dpovey@dstc.qut.edu.au.

4
config.sub vendored
View File

@ -725,7 +725,7 @@ case $basic_machine in
pc532 | pc532-*)
basic_machine=ns32k-pc532
;;
pentium | p5 | k5 | k6 | nexgen)
pentium | p5 | k5 | k6 | nexgen | viac3)
basic_machine=i586-pc
;;
pentiumpro | p6 | 6x86 | athlon)
@ -734,7 +734,7 @@ case $basic_machine in
pentiumii | pentium2)
basic_machine=i686-pc
;;
pentium-* | p5-* | k5-* | k6-* | nexgen-*)
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumpro-* | p6-* | 6x86-* | athlon-*)