summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-03-26 14:10:57 -0400
committerRich Salz <rsalz@openssl.org>2018-03-26 14:10:57 -0400
commitfaec5c4a8aa3943d835bdad26800a103426b0eda (patch)
treed31f5d18125a459a3603d0306c5dc519e391ad03 /config
parentedc79fc99e1efec04c2a0a7f652269364981e6aa (diff)
downloadopenssl-new-faec5c4a8aa3943d835bdad26800a103426b0eda.tar.gz
Remove QNX support
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5756)
Diffstat (limited to 'config')
-rwxr-xr-xconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/config b/config
index 3bee0076c9..ce99302186 100755
--- a/config
+++ b/config
@@ -240,21 +240,6 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
esac
;;
- QNX:*)
- case "$RELEASE" in
- 4*)
- echo "${MACHINE}-whatever-qnx4"
- ;;
- 6*)
- echo "${MACHINE}-whatever-qnx6"
- ;;
- *)
- echo "${MACHINE}-whatever-qnx"
- ;;
- esac
- exit 0
- ;;
-
Paragon*:*:*:*)
echo "i860-intel-osf1"; exit 0
;;
@@ -831,8 +816,6 @@ case "$GUESSOS" in
# these are all covered by the catchall below
i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
- x86pc-*-qnx6) OUT="QNX6-i386" ;;
- *-*-qnx6) OUT="QNX6" ;;
x86-*-android|i?86-*-android) OUT="android-x86" ;;
armv[7-9]*-*-android)
OUT="android-armeabi"