aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:38:57 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:38:57 +0000
commit6a9af68b56c192a635e7daf373dc95007f76bde3 (patch)
treeb64bd86acaf60d80d31254693fa6138c01635f08 /config
parentb6e4dac217afc0925fb2974194d2070ccf30b922 (diff)
downloadopenssl-6a9af68b56c192a635e7daf373dc95007f76bde3.tar.gz
Support for QNX (wrat@jump.net (the wharf rat)).
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/config b/config
index a056bcb22b..54dcdbe72b 100755
--- a/config
+++ b/config
@@ -246,10 +246,13 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
;;
QNX:*)
- case "$VERSION" in
+ case "$RELEASE" in
4*)
echo "${MACHINE}-whatever-qnx4"
;;
+ 6*)
+ echo "${MACHINE}-whatever-qnx6"
+ ;;
*)
echo "${MACHINE}-whatever-qnx"
;;