654a6a1e05dacaec888e9534024bdfa1c10d0828
[p5sagit/p5-mst-13.2.git] / hints / ultrix_4.sh
1 # hints/ultrix_4.sh
2 # Last updated by Andy Dougherty  <doughera@lafcol.lafayette.edu>
3 # Wed Nov  2 13:41:14 EST 1994
4 #
5 # I don't know if -g is really needed.  (AD)
6 case "$optimize" in
7 '') optimize=-g ;;
8 esac
9 case "$myuname" in
10 *risc*) cat <<EOF
11 Note that there is a bug in some versions of NFS on the DECStation that
12 may cause utime() to work incorrectly.  If so, regression test io/fs
13 may fail if run under NFS.  Ignore the failure.
14 EOF
15     case "$osvers" in
16     *4.2*) d_volatile=undef;;
17     esac
18     ;;
19 esac
20 case "$osvers" in
21 *4.1*)  ccflags="$ccflags -DLANGUAGE_C -Olimit 2900" 
22         ;;
23 *4.2*)  ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
24         libswanted=`echo $libswanted | sed 's/ malloc / /'`
25         ;;
26 *4.3*)  ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 2900"
27         ;;
28 *4*)    ccflags="$ccflags -std -Olimit 2900"
29         ranlib='ranlib'
30         ;;
31 esac
32 groupstype='int'