summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:36:15 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:36:15 +0000
commit4e6c537141c640c0ac6b0f734b383db148111cd7 (patch)
tree6c5affbc0cf2c111812e12c3532e84d71886fa6a /Configure
parent1b0613e313421262948c6ff993d527650200a2ec (diff)
Support for QNX 6 (wrat@jump.net (the wharf rat)).
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index 209dc55654..c3cac48d9c 100755
--- a/Configure
+++ b/Configure
@@ -350,6 +350,9 @@ my %table=(
# QNX 4
"qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown)::${x86_gcc_des} ${x86_gcc_opts}:",
+# QNX 6
+"qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:",
+
# Linux on ARM
"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::::::::::dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",