multibin => '64-put',
disable => ['atexit'],
},
- 'nonstop-nsx_g' => {
- inherit_from => [ 'nonstop-common',
- 'nonstop-archenv-x86_64-guardian',
- 'nonstop-ilp32', 'nonstop-nfloat-x86_64' ],
- disable => ['threads','atexit'],
- },
- 'nonstop-nsx_g_tandem' => {
- inherit_from => [ 'nonstop-common',
- 'nonstop-archenv-x86_64-guardian',
- 'nonstop-ilp32', 'nonstop-tfloat-x86_64' ],
- disable => ['threads','atexit'],
- },
'nonstop-nsv' => {
inherit_from => [ 'nonstop-nsx' ],
},
multibin => '64-put',
disable => ['atexit'],
},
- 'nonstop-nse_g' => {
- inherit_from => [ 'nonstop-common',
- 'nonstop-archenv-itanium-guardian',
- 'nonstop-ilp32', 'nonstop-nfloat-itanium' ],
- disable => ['threads','atexit'],
- },
-
- 'nonstop-nse_g_tandem' => {
- inherit_from => [ 'nonstop-common',
- 'nonstop-archenv-itanium-guardian',
- 'nonstop-ilp32', 'nonstop-tfloat-itanium' ],
- disable => ['threads','atexit'],
- },
-------------------------
For OSS targets, the main DLL names will be `libssl.so` and `libcrypto.so`.
-For GUARDIAN targets, DLL names will be `ssl` and `crypto`. The following
-assumes that your PWD is set according to your installation standards.
+The following assumes that your PWD is set according to your installation
+standards.
./Configure nonstop-nsx --prefix=${PWD} \
--openssldir=${PWD}/ssl no-threads \
--with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
- ./Configure nonstop-nsx_g --prefix=${PWD} \
- --openssldir=${PWD}/ssl no-threads \
- --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
./Configure nonstop-nsx_put --prefix=${PWD} \
--openssldir=${PWD}/ssl threads "-D_REENTRANT" \
--with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
./Configure nonstop-nsx_64_put --prefix=${PWD} \
--openssldir=${PWD}/ssl threads "-D_REENTRANT" \
--with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
- ./Configure nonstop-nsx_g_tandem --prefix=${PWD} \
- --openssldir=${PWD}/ssl no-threads \
- --with-rand-seed=rdcpu ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
./Configure nonstop-nse --prefix=${PWD} \
--openssldir=${PWD}/ssl no-threads \
./Configure nonstop-nse_64_put --prefix=${PWD} \
--openssldir=${PWD}/ssl threads "-D_REENTRANT"
--with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}
- ./Configure nonstop-nse_g_tandem --prefix=${PWD} \
- --openssldir=${PWD}/ssl no-threads \
- --with-rand-seed=egd ${CIPHENABLES} ${DBGFLAG} ${SYSTEMLIBS}