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:
authorBodo Möller <bodo@openssl.org>2002-03-15 19:47:51 +0300
committerBodo Möller <bodo@openssl.org>2002-03-15 19:47:51 +0300
commita7cd5f3f38ac2777cc5df4e38bba7acbb818a4c1 (patch)
tree6c9b9d350e6efd3b5e4ee84040eeca434bfa3532 /config
parent0bdbc5a86ed7975ed52ccd23c9c94ed9b431721b (diff)
Rename 'cray-t90-cc' into 'cray-j90'.
Add to 'config'.
Diffstat (limited to 'config')
-rwxr-xr-xconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/config b/config
index d1ca5452da..df973edddc 100755
--- a/config
+++ b/config
@@ -344,6 +344,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
exit 0
;;
+ *"CRAY T3E")
+ echo "t3e-cray-unicosmk"; exit 0;
+ ;;
+
+ *CRAY*)
+ echo "j90-cray-unicos"; exit 0;
+ ;;
esac
#
@@ -688,6 +695,8 @@ EOF
mips-sony-newsos4) OUT="newsos4-gcc" ;;
*-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
*-*-cygwin) OUT="Cygwin" ;;
+ t3e-cray-unicosmk) OUT="cray-t3e" ;;
+ j90-cray-unicos) OUT="cray-j90" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac