Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-12-20 12:43:59 +0300
committerRichard Levitte <levitte@openssl.org>2001-12-20 12:43:59 +0300
commit6e19a0408070b1ef0127e7756ceedbadd28e330f (patch)
tree0638d4eccb2aa041bdd624c34f409f98bec6c251 /config
parent91102def2e87c1ce4e136f5548873f4a83ed151d (diff)
merge from the 0.9.6 branch.
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/config b/config
index d6c3dc4d42..9c0a9115b4 100755
--- a/config
+++ b/config
@@ -220,10 +220,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"
;;