aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-14 17:00:36 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-14 17:00:36 +0000
commit25b93b9defa5d5e2356200594b39f899af225af5 (patch)
treeb45e38400afc37fc0e828f9dd0bea87e53d102dd /Configure
parentb98ebe0fa5d23fa230f5d9c45c27fbc111bd3129 (diff)
downloadopenssl-25b93b9defa5d5e2356200594b39f899af225af5.tar.gz
IBMcxx complains that maxmem is as low as 2048 for certain modules
(like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 28398e88d7..741df34981 100755
--- a/Configure
+++ b/Configure
@@ -305,7 +305,7 @@ my %table=(
"unixware-7","cc:-O -DFILIO_H -Kalloca::-Kthread:-lsocket -lnsl:MD2_CHAR RC4_INDEX ${x86_gcc_des}::",
# IBM's AIX.
-"aix-cc", "cc:-O -DAIX -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR:::",
+"aix-cc", "cc:-O -DAIX -DB_ENDIAN -qmaxmem=16384::(unknown)::BN_LLONG RC4_CHAR:::",
"aix-gcc", "gcc:-O3 -DAIX -DB_ENDIAN::(unknown)::BN_LLONG RC4_CHAR:::",
#