From: Richard Levitte Date: Mon, 14 Aug 2000 17:00:36 +0000 (+0000) Subject: IBMcxx complains that maxmem is as low as 2048 for certain modules X-Git-Tag: OpenSSL-engine-0_9_6-beta1~12^2~64 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=25b93b9defa5d5e2356200594b39f899af225af5;ds=sidebyside 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. --- 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:::", #