diff options
author | Richard Levitte <levitte@openssl.org> | 2000-03-24 17:06:22 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-03-24 17:06:22 +0100 |
commit | 3bead95bae0512a5f19abb07af745fc7cec09833 (patch) | |
tree | 04d1d9871f5422e99dd753aa1ee2fd8942e31f39 /Configure | |
parent | Geoff Thorpe reports a whole bunch of tests passing. (diff) | |
download | openssl-3bead95bae0512a5f19abb07af745fc7cec09833.tar.xz openssl-3bead95bae0512a5f19abb07af745fc7cec09833.zip |
A couple of corrections concerning HPUX 10 and shared libraries.
Contributed by Lutz Jaenicke.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,8 @@ my %table=( # <appro@fy.chalmers.se> # "hpux-parisc-cc","cc:-Ae +O3 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::", +# Since there is mention of this in shlib/hpux10-cc.sh +"hpux-parisc-cc-o4","cc:-Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY::::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::", "hpux-parisc-gcc","gcc:-O3 -DB_ENDIAN -DBN_DIV2W::::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::", "hpux64-parisc-cc","cc:-Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY::-D_REENTRANT::SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:::", |