[svn-r1085] Added platform T3E.

This commit is contained in:
Albert Cheng 1999-02-19 17:41:40 -05:00
parent 1585545c5a
commit b16c146160
2 changed files with 7 additions and 0 deletions

3
bin/config.guess vendored
View File

@ -309,6 +309,9 @@ EOF
CRAY*TS:*:*:*)
echo crayts-cray-unicos
exit 0 ;;
CRAY*T3E:*:*:*)
echo t3e-cray-unicosmk
exit 0 ;;
hp3[0-9][05]:NetBSD:*:*)
echo m68k-hp-netbsd${UNAME_RELEASE}
exit 0 ;;

4
bin/config.sub vendored
View File

@ -225,6 +225,10 @@ case $basic_machine in
basic_machine=cray2-cray
os=-unicos
;;
cray-t3e | t3e | t3e-cray)
basic_machine=t3e-cray
os=-unicosmk
;;
crds | unos)
basic_machine=m68k-crds
;;