diff options
author | Andy Polyakov <appro@openssl.org> | 2012-10-16 10:06:51 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2012-10-16 10:06:51 +0200 |
commit | 3bc522a246b34197362a4c34b517aa4c67c26f9a (patch) | |
tree | 66916edbf8c1d0483ace0cb86c34c9cdd4ce4cf7 /TABLE | |
parent | sparcv9_modes.pl: membars are reported as must-have. (diff) | |
download | openssl-3bc522a246b34197362a4c34b517aa4c67c26f9a.tar.xz openssl-3bc522a246b34197362a4c34b517aa4c67c26f9a.zip |
aix[64]-cc: get MT support right (gcc targets are not affected).
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -862,7 +862,7 @@ $multilib = $cc = cc $cflags = -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst $unistd = -$thread_cflag = -qthreaded +$thread_cflag = -qthreaded -D_THREAD_SAFE $sys_id = AIX $lflags = $bn_ops = BN_LLONG RC4_CHAR @@ -961,7 +961,7 @@ $multilib = $cc = cc $cflags = -q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst $unistd = -$thread_cflag = -qthreaded +$thread_cflag = -qthreaded -D_THREAD_SAFE $sys_id = AIX $lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR |