MakeMaker 3.8
[p5sagit/p5-mst-13.2.git] / hints / ultrix_4.sh
CommitLineData
a0d0e21e 1optimize=-g
d48672a2 2tmp=`(uname -a) 2>/dev/null`
3case "$tmp" in
4*RISC*) cat <<EOF
5Note that there is a bug in some versions of NFS on the DECStation that
6may cause utime() to work incorrectly. If so, regression test io/fs
7may fail if run under NFS. Ignore the failure.
8EOF
de3bb511 9 case "$tmp" in
10 *4.2*) d_volatile=undef;;
11 esac
d48672a2 12;;
13esac
14case "$tmp" in
a0d0e21e 15*4.1*) ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
16 ;;
17*4.2*) ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
18 libswanted=`echo $libswanted | sed 's/ malloc / /'`
19 ;;
20*4.4*) ccflags="$ccflags -std -Olimit 2900"
21 ranlib='ranlib'
22 ;;
d48672a2 23esac
a0d0e21e 24groupstype='int'