perl 4.0 patch 31: patch #20, continued
[p5sagit/p5-mst-13.2.git] / hints / ultrix_4.sh
CommitLineData
35c8bce7 1ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
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
15*4.1*)
16 eval_cflags='optimize="-g"'
17 teval_cflags='optimize="-g"'
18 toke_cflags='optimize="-g"'
19 ttoke_cflags='optimize="-g"'
20 ;;
2b69d0c2 21*4.2*) libswanted=`echo $libswanted | sed 's/ malloc / /'` ;;
d48672a2 22esac
23