summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.guess')
-rwxr-xr-xcrypto/openssh/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssh/config.guess b/crypto/openssh/config.guess
index fd30ab0..e8f2061 100755
--- a/crypto/openssh/config.guess
+++ b/crypto/openssh/config.guess
@@ -726,6 +726,9 @@ EOF
CRAY*SV1:*:*:*)
echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
exit 0 ;;
+ *:UNICOS/mp:*:*)
+ echo nv1-cray-unicosmp | sed -e 's/\.[^.]*$/.X/'
+ exit 0 ;;
F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
OpenPOWER on IntegriCloud