summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-03-17 01:26:30 +0100
committertege <tege@gmplib.org>2000-03-17 01:26:30 +0100
commitef6177983d51165d7e0ef15a52b63fea72169805 (patch)
tree98e5d1ff7668c2a23e0723e13560e5e49d1dfd5a /config.guess
parent5dd3e03a6d0e80becec988c6bf62abc7995a89d4 (diff)
downloadgmp-ef6177983d51165d7e0ef15a52b63fea72169805.tar.gz
Handle Cray T3D/E.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 30c5b9deb..1f5d39957 100755
--- a/config.guess
+++ b/config.guess
@@ -621,6 +621,12 @@ EOF
CRAY-2:*:*:*)
echo cray2-cray-unicos
exit 0 ;;
+ CRAY*T3D:*:*)
+ echo alpha-cray-unicos
+ exit 0 ;;
+ CRAY*T3E:*:*)
+ echo alphaev5-cray-unicos
+ exit 0 ;;
F300:UNIX_System_V:*:*)
FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'`
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`