summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-05-15 21:49:34 +0000
committerPer Bothner <per@bothner.com>1995-05-15 21:49:34 +0000
commit7ae3680842b7f135789dbdfd34a8b00ae31497ee (patch)
tree88d7989793a95eff8f5f74e2c61e1ba63a653f4b /config.guess
parent74aa5ce576a19db0984cb1fe59fb49873057e186 (diff)
* config.guess: Recognize Cray90 (from Pete TerMaat).
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 969cec4f19..41f828ab7b 100755
--- 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 ;;