more bug fixes

This commit is contained in:
David MacKenzie 1996-11-12 04:49:23 +00:00
parent d4a089cf19
commit f155a595f0

3
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 ;;