diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2001-11-30 10:38:57 +0100 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2001-11-30 10:38:57 +0100 |
commit | 6a9af68b56c192a635e7daf373dc95007f76bde3 (patch) | |
tree | b64bd86acaf60d80d31254693fa6138c01635f08 /Configure | |
parent | Certain missing algorithms make some SSL versions or TLS impossible to (diff) | |
download | openssl-6a9af68b56c192a635e7daf373dc95007f76bde3.tar.xz openssl-6a9af68b56c192a635e7daf373dc95007f76bde3.zip |
Support for QNX (wrat@jump.net (the wharf rat)).
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)", |