projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74aa5ce
)
* config.guess: Recognize Cray90 (from Pete TerMaat).
author
Per Bothner
<per@bothner.com>
Mon, 15 May 1995 21:49:34 +0000
(21:49 +0000)
committer
Per Bothner
<per@bothner.com>
Mon, 15 May 1995 21:49:34 +0000
(21:49 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index
969cec4
..
41f828a
100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-288,8
+288,11
@@
EOF
echo xmp-cray-unicos
exit 0 ;;
CRAY*Y-MP:*:*:*)
- echo ymp-cray-unicos${UNAME_RELEASE}
- exit 0 ;;
+ echo ymp-cray-unicos${UNAME_RELEASE}
+ exit 0 ;;
+ CRAY*C90:*:*:*)
+ echo c90-cray-unicos${UNAME_RELEASE}
+ exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;