From: H.Merijn Brand Date: Tue, 6 Apr 2004 13:34:14 +0000 (+0000) Subject: AIX-4 with xlc does not like malloc wrap X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bd7a09e628835341eb814f616cbb46bc4552a0a;p=p5sagit%2Fp5-mst-13.2.git AIX-4 with xlc does not like malloc wrap p4raw-id: //depot/perl@22665 --- diff --git a/hints/aix_4.sh b/hints/aix_4.sh index 41ec5c1..c1a6742 100755 --- a/hints/aix_4.sh +++ b/hints/aix_4.sh @@ -111,7 +111,8 @@ cc=${cc:-cc} ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE" case "$cc" in *gcc*) ;; - *) ccflags="$ccflags -qmaxmem=-1 -qnoansialias" ;; + *) ccflags="$ccflags -qmaxmem=-1 -qnoansialias" + usemallocwrap='n' ;; esac nm_opt='-B'