more bug fixes

From-SVN: r13123
This commit is contained in:
David J. MacKenzie 1996-11-12 04:49:23 +00:00
parent 71c672c04d
commit 4ff1de03de

3
gcc/config.guess vendored
View File

@ -341,6 +341,9 @@ EOF
| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
-e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
exit 0 ;;
CRAY*TS:*:*:*)
echo t90-cray-unicos${UNAME_RELEASE}
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;