2001-02-13 Kevin Ryde <user42@zip.com.au>

* config.sub: Recognise t90, c90, j90 without -cray. Preserve t90
	and j90--don't transform to c90.
This commit is contained in:
Ben Elliston 2001-02-13 02:43:58 +00:00
parent c44a518654
commit b3483c9518
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-02-13 Kevin Ryde <user42@zip.com.au>
* config.sub: Recognise t90, c90, j90 without -cray. Preserve t90
and j90--don't transform to c90.
2001-02-13 Ben Elliston <bje@redhat.com>
* config.guess: More Linux clean-up.

4
config.sub vendored
View File

@ -368,8 +368,8 @@ case $basic_machine in
basic_machine=cray2-cray
os=-unicos
;;
[ctj]90-cray)
basic_machine=c90-cray
[cjt]90)
basic_machine=${basic_machine}-cray
os=-unicos
;;
crds | unos)