perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / hints / ultrix_4.sh
1 ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
2 tmp=`(uname -a) 2>/dev/null`
3 case "$tmp" in
4 *RISC*) cat <<EOF
5 Note that there is a bug in some versions of NFS on the DECStation that
6 may cause utime() to work incorrectly.  If so, regression test io/fs
7 may fail if run under NFS.  Ignore the failure.
8 EOF
9 ;;
10 esac
11 case "$tmp" in
12 *4.1*)
13     eval_cflags='optimize="-g"'
14     teval_cflags='optimize="-g"'
15     toke_cflags='optimize="-g"'
16     ttoke_cflags='optimize="-g"'
17     ;;
18 esac
19