diff options
-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 ;; |