applied patch, with tweak suggested by Michael Parker
Andy Dougherty [Tue, 21 Jul 1998 14:30:05 +0000 (10:30 -0400)]
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

hints/irix_6.sh

index 676aacb..a70005a 100644 (file)
@@ -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"