diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1998-06-23 14:54:25 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1998-06-23 14:54:25 +0000 |
commit | e16a54aa2ffffadbeaa14cca3e17d456cf9b184a (patch) | |
tree | eaa0514e98581a3e9624072877639595995f1524 | |
parent | 36d17274f42b1d5e62dbb1d05e32291f003f8c4f (diff) |
Ajout T3E
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1995 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | config/auto-aux/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto-aux/config.guess b/config/auto-aux/config.guess index 544da1635..73827bec6 100755 --- a/config/auto-aux/config.guess +++ b/config/auto-aux/config.guess @@ -312,6 +312,9 @@ EOF CRAY-2:*:*:*) echo cray2-cray-unicos exit 0 ;; + CRAY*T3E:*:*:*) + echo alpha-cray-unicos + exit 0 ;; hp3[0-9][05]:NetBSD:*:*) echo m68k-hp-netbsd${UNAME_RELEASE} exit 0 ;; |