diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-21 10:30:05 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 07:48:20 +0000 |
commit | cd25c7652ae5d63e9176061aadccb0202c32b84d (patch) | |
tree | a7d0c9cb5d32778d580aa271092107cc61d18759 /hints | |
parent | 3d64f815ef217a3ad06ad31fd93b22f22fa8e287 (diff) | |
download | perl-cd25c7652ae5d63e9176061aadccb0202c32b84d.tar.gz |
applied patch, with tweak suggested by Michael Parker
Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys>
Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests
p4raw-id: //depot/perl@1631
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 676aacb5ed..a70005a1bb 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" |