summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-06 12:25:58 +0000
committerBodo Möller <bodo@openssl.org>2000-09-06 12:25:58 +0000
commit36124b10875874a7101ff7d1e38548362c2d9813 (patch)
tree4c6d63fb98d45a0840a75d225f453c8c607426b9 /config
parent1af407e78f54e0cb2c7391236da0be9b76c2f304 (diff)
Changes for QNX: there is no thread support, and the previous
configuration only worked with no-asm.
Diffstat (limited to 'config')
-rwxr-xr-xconfig9
1 files changed, 3 insertions, 6 deletions
diff --git a/config b/config
index af0686dff0..9f9e502174 100755
--- a/config
+++ b/config
@@ -181,14 +181,11 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
QNX:*)
case "$VERSION" in
- 425)
- echo "${MACHINE}-qssl-qnx4"
- ;;
- 423)
- echo "${MACHINE}-qssl-qnx32"
+ 4*)
+ echo "${MACHINE}-whatever-qnx4"
;;
*)
- echo "${MACHINE}-qssl-qnx"
+ echo "${MACHINE}-whatever-qnx"
;;
esac
exit 0