From: Andy Dougherty Date: Tue, 21 Jul 1998 14:30:05 +0000 (-0400) Subject: applied patch, with tweak suggested by Michael Parker X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd25c7652ae5d63e9176061aadccb0202c32b84d;p=p5sagit%2Fp5-mst-13.2.git applied patch, with tweak suggested by Michael Parker Message-Id: Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests p4raw-id: //depot/perl@1631 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 676aacb..a70005a 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -55,10 +55,14 @@ case "$cc" in ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1042,1048,1110,1116,1184 -OPT:Olimit=0" optimize='none' ;; - *7.1*|*7.2) # Mongoose 7.1+ + *7.1*|*7.2|*7.20) # Mongoose 7.1+ ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:Olimit=0" optimize='-O3' - pp_ctl_cflags='optimize=-O' +# This is a temporary fix for 5.005. +# Leave pp_ctl_cflags line at left margin for Configure. See +# hints/README.hints, especially the section +# =head2 Propagating variables to config.sh +pp_ctl_cflags='optimize=-O' ;; *7.*) # Mongoose 7.2.1+ ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:Olimit=0:space=on"