summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:38:57 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-11-30 09:38:57 +0000
commit6a9af68b56c192a635e7daf373dc95007f76bde3 (patch)
treeb64bd86acaf60d80d31254693fa6138c01635f08 /Configure
parentb6e4dac217afc0925fb2974194d2070ccf30b922 (diff)
Support for QNX (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 1fa1855761..8da09ac778 100755
--- a/Configure
+++ b/Configure
@@ -388,6 +388,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)",