summaryrefslogtreecommitdiff
path: root/hints/ultrix_4.sh
diff options
context:
space:
mode:
authorSpider Boardman <spider@orb.nashua.nh.us>1999-02-16 18:04:28 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-17 23:15:49 +0000
commit073bda64e8709ec93f8a7d2de631adf8d8a99219 (patch)
tree87cca32e77c6d7aa6acc7f6de18048208527e5b0 /hints/ultrix_4.sh
parentd00b958fb03294bffc48d8037cc940e1d7d7ebc6 (diff)
downloadperl-073bda64e8709ec93f8a7d2de631adf8d8a99219.tar.gz
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
Diffstat (limited to 'hints/ultrix_4.sh')
-rw-r--r--hints/ultrix_4.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh
index 9217cc35e5..f418ea18ee 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