X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fultrix_4.sh;h=e7360821ffee61f07f819cf9a2d0110175e7e707;hb=696814337d4eac8d0663d5307d6e01964d1b2897;hp=d3c4a39880b72daa110b6bb5166708260c02c768;hpb=3a9ed036e1b1bbb39787aa3f3137a84abb977ce1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index d3c4a39..e736082 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,13 +16,13 @@ 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]" case "$myuname" in -*risc*) cat <&4 Note that there is a bug in some versions of NFS on the DECStation that may cause utime() to work incorrectly. If so, regression test io/fs may fail if run under NFS. Ignore the failure. @@ -34,16 +34,16 @@ case "$cc" in *gcc*) ;; *) case "$osvers" in - *4.1*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3200" ;; - *4.2*) ccflags="$ccflags -DLANGUAGE_C -Olimit 3200" + *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 3200" ;; - *) ccflags="$ccflags -std -Olimit 3200" ;; + *4.3*) ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3800" ;; + *) ccflags="$ccflags -std -Olimit 3800" ;; esac ;; esac @@ -60,7 +60,14 @@ esac util_cflags='ccflags="$ccflags -DLOCALE_ENVIRON_REQUIRED"' groupstype='int' -# This will cause a WHOA THERE warning, but it's accurate. The -# configure test should be beefed up to try using the field when +# The configure test should be beefed up to try using the field when # it can't find any of the standardly-named fields. d_dirnamlen='define' + +# Ultrix can mmap only character devices, not regular files, +# which is rather useless state of things for Perl. +d_mmap='undef' + +# There simply isn't dynaloading in Ultrix. +usedl='undef' +