mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 19:16:36 +12:00
2001-10-04 Ben Elliston <bje@redhat.com>
* config.sub: Handle viac3 as an i586-class CPU.
This commit is contained in:
parent
bab08c2ca6
commit
59ca78e158
@ -1,5 +1,7 @@
|
|||||||
2001-10-04 Ben Elliston <bje@redhat.com>
|
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
|
* config.sub: Handle simso-wrs (Wind River's VxWorks Solaris
|
||||||
simulator target). From dpovey@dstc.qut.edu.au.
|
simulator target). From dpovey@dstc.qut.edu.au.
|
||||||
|
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -725,7 +725,7 @@ case $basic_machine in
|
|||||||
pc532 | pc532-*)
|
pc532 | pc532-*)
|
||||||
basic_machine=ns32k-pc532
|
basic_machine=ns32k-pc532
|
||||||
;;
|
;;
|
||||||
pentium | p5 | k5 | k6 | nexgen)
|
pentium | p5 | k5 | k6 | nexgen | viac3)
|
||||||
basic_machine=i586-pc
|
basic_machine=i586-pc
|
||||||
;;
|
;;
|
||||||
pentiumpro | p6 | 6x86 | athlon)
|
pentiumpro | p6 | 6x86 | athlon)
|
||||||
@ -734,7 +734,7 @@ case $basic_machine in
|
|||||||
pentiumii | pentium2)
|
pentiumii | pentium2)
|
||||||
basic_machine=i686-pc
|
basic_machine=i686-pc
|
||||||
;;
|
;;
|
||||||
pentium-* | p5-* | k5-* | k6-* | nexgen-*)
|
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
||||||
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
;;
|
;;
|
||||||
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
pentiumpro-* | p6-* | 6x86-* | athlon-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user