From: Spider Boardman Date: Tue, 16 Feb 1999 23:04:28 +0000 (-0500) Subject: Ultrix hints update. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=073bda64e8709ec93f8a7d2de631adf8d8a99219;p=p5sagit%2Fp5-mst-13.2.git Ultrix hints update. To: perlbug@perl.com Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED) Message-Id: <9902170404.AA11036@abyss.zk3.dec.com> p4raw-id: //depot/cfgperl@2968 --- diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 9217cc3..f418ea1 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -34,16 +34,16 @@ case "$cc" in *gcc*) ;; *) case "$osvers" in - *4.1*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3400" ;; - *4.2*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3400" + *4.1*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3800" ;; + *4.2*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3800" # Prototypes sometimes cause compilation errors in 4.2. prototype=undef case "$myuname" in *risc*) d_volatile=undef ;; esac ;; - *4.3*) ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3400" ;; - *) ccflags="$ccflags -std -Olimit 3400" ;; + *4.3*) ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3800" ;; + *) ccflags="$ccflags -std -Olimit 3800" ;; esac ;; esac