summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-09-01 09:54:25 +0000
committerBodo Möller <bodo@openssl.org>2000-09-01 09:54:25 +0000
commita545c6f6b1ccc2265fcd0b304b742020e3708013 (patch)
tree20a59187cc48b9846898190e9c04d75fee4b914c /config
parent5b774c67d3d6043457501b430bd30ec0f45fa668 (diff)
QNX 4 support.
Diffstat (limited to 'config')
-rwxr-xr-xconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/config b/config
index b972c1fe29..af0686dff0 100755
--- a/config
+++ b/config
@@ -181,6 +181,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
QNX:*)
case "$VERSION" in
+ 425)
+ echo "${MACHINE}-qssl-qnx4"
+ ;;
423)
echo "${MACHINE}-qssl-qnx32"
;;