IBMcxx complains that maxmem is as low as 2048 for certain modules
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 17:00:36 +0000 (17:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 17:00:36 +0000 (17:00 +0000)
(like all the digests).  Setting maxmem to 16K seems to give the
compiler enough space to do all the optimization it wants.

Configure

index 28398e88d7f6b4ea605a29d36db035341bb3cc7d..741df34981f46d2c804a766c78e9b179264b9708 100755 (executable)
--- 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:::",
 
 #