Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-15 14:19:28 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-15 14:19:28 +0300
commit9c8fd367c4a9af4ec9f8b4075d8126ceddce1cd9 (patch)
treeb1b8751e22802bf3d9594b5ac2a07cfd7e804c2c /config
parent78a0aebbd8186ec1b9aac724697647e4a2dcae19 (diff)
(almost) recent changes from 0.9.6-stable.
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index bff3cc9de7..f9cfacdb0c 100755
--- a/config
+++ b/config
@@ -317,6 +317,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
*CRAY*)
echo "j90-cray-unicos"; exit 0;
;;
+
+ NONSTOP_KERNEL*)
+ echo "nsr-tandem-nsk"; exit 0;
+ ;;
esac
#
@@ -633,6 +637,7 @@ EOF
*-*-cygwin) OUT="Cygwin" ;;
t3e-cray-unicosmk) OUT="cray-t3e" ;;
j90-cray-unicos) OUT="cray-j90" ;;
+ nsr-tandem-nsk) OUT="tandem-c89" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac