projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changes for QNX: there is no thread support, and the previous
[openssl.git]
/
config
diff --git
a/config
b/config
index af0686dff0cb911c52b0e542088e46eb6c501ad1..9f9e50217469bbffc923b932cae4448d1a502532 100755
(executable)
--- 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