diff options
author | djm <djm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-11-12 04:49:23 +0000 |
---|---|---|
committer | djm <djm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-11-12 04:49:23 +0000 |
commit | b715d3a852b8d170e32ede76775422eb9bbaf0f5 (patch) | |
tree | a06d524de9697490c17902e88754072fa531c074 /gcc/config.guess | |
parent | 5646681eadd09c5ed3178066aaef7eea92acad0a (diff) | |
download | gcc-b715d3a852b8d170e32ede76775422eb9bbaf0f5.tar.gz |
more bug fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 595a59a13d3..4de737d6e2f 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -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 ;; |