summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-01-12 10:40:00 -0500
committerRich Salz <rsalz@openssl.org>2015-01-12 10:40:00 -0500
commitfcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628 (patch)
treef311339b47723c214fbd10684e85f06daa74cc32 /config
parent9405a9a2e1594cea9c963c29d9898bb03cb0f24f (diff)
downloadopenssl-new-fcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628.tar.gz
RT3548: Remove some unsupported platforms.
This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/config b/config
index d0c8993635..86442114b4 100755
--- a/config
+++ b/config
@@ -335,18 +335,6 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
exit 0
;;
- *"CRAY T3E")
- echo "t3e-cray-unicosmk"; exit 0;
- ;;
-
- *CRAY*)
- echo "j90-cray-unicos"; exit 0;
- ;;
-
- NONSTOP_KERNEL*)
- echo "nsr-tandem-nsk"; exit 0;
- ;;
-
vxworks*)
echo "${MACHINE}-whatever-vxworks"; exit 0;
;;
@@ -827,9 +815,6 @@ case "$GUESSOS" in
# these are all covered by the catchall below
*-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
*-*-cygwin) OUT="Cygwin" ;;
- t3e-cray-unicosmk) OUT="cray-t3e" ;;
- j90-cray-unicos) OUT="cray-j90" ;;
- nsr-tandem-nsk) OUT="tandem-c89" ;;
x86pc-*-qnx6) OUT="QNX6-i386" ;;
*-*-qnx6) OUT="QNX6" ;;
x86-*-android|i?86-*-android) OUT="android-x86" ;;