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-14 19:30:44 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-14 19:30:44 +0300
commit9421f1ab9cfe20d47e381eb43d1f1c491bc667fa (patch)
tree316b0727ad67774a4053ae4973d27ff8134f349f /config
parent5bf0d0ea1efc4c600a90c8ef0667734f5b1446ef (diff)
Add Tandem OSS target.
PR: 192
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index 87e7f87094..a253221285 100755
--- a/config
+++ b/config
@@ -351,6 +351,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
*CRAY*)
echo "j90-cray-unicos"; exit 0;
;;
+
+ NONSTOP_KERNEL*)
+ echo "nsr-tandem-nsk"; exit 0;
+ ;;
esac
#
@@ -725,6 +729,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