mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
* config.sub: Recognize sv1-cray as a basic_machine type.
This commit is contained in:
parent
ee9861df32
commit
f71a82afca
@ -1,3 +1,7 @@
|
||||
2000-02-08 John W. Eaton <jwe@bevo.che.wisc.edu>
|
||||
|
||||
* config.sub: Recognize sv1-cray as a basic_machine type.
|
||||
|
||||
2000-02-07 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Replace sub-minor system version number with an
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -215,7 +215,7 @@ case $basic_machine in
|
||||
| mips64el-* | mips64orion-* | mips64orionel-* \
|
||||
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
|
||||
| mipstx39-* | mipstx39el-* | mcore-* \
|
||||
| f301-* | armv*-* | t3e-* \
|
||||
| f301-* | armv*-* | sv1-* | t3e-* \
|
||||
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
|
||||
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* )
|
||||
;;
|
||||
@ -738,6 +738,10 @@ case $basic_machine in
|
||||
sun386 | sun386i | roadrunner)
|
||||
basic_machine=i386-sun
|
||||
;;
|
||||
sv1)
|
||||
basic_machine=sv1-cray
|
||||
os=-unicos
|
||||
;;
|
||||
symmetry)
|
||||
basic_machine=i386-sequent
|
||||
os=-dynix
|
||||
|
Loading…
x
Reference in New Issue
Block a user