X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fultrix_4.sh;h=cc494cbd111338316f168ba57c672b131e33233c;hb=836995da690e86dfede4be5cd8215cfceaeda197;hp=9217cc35e534422936e344f6cd92f3c757d39c3b;hpb=aec308ece910998e159036ec2a891cbba90806c9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 9217cc3..cc494cb 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -1,5 +1,5 @@ # hints/ultrix_4.sh -# Last updated by Andy Dougherty +# Last updated by Andy Dougherty # Fri Feb 10 10:04:51 EST 1995 # # Use Configure -Dcc=gcc to use gcc. @@ -16,7 +16,7 @@ case "$optimize" in esac # Some users have reported Configure runs *much* faster if you -# replace all occurences of /bin/sh by /bin/sh5 +# replace all occurrences of /bin/sh by /bin/sh5 # Something like: # sed 's!/bin/sh!/bin/sh5!g' Configure > Configure.sh5 # Then run "sh5 Configure.sh5 [your options]" @@ -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