summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-16 08:06:51 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-16 08:06:51 +0000
commit3bc522a246b34197362a4c34b517aa4c67c26f9a (patch)
tree66916edbf8c1d0483ace0cb86c34c9cdd4ce4cf7 /TABLE
parentfd3b0eb01dac9fda98a0f1a586eee72c65e36b10 (diff)
aix[64]-cc: get MT support right (gcc targets are not affected).
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE4
1 files changed, 2 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 7ae1b83c47..dd9b553b60 100644
--- a/TABLE
+++ b/TABLE
@@ -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