summaryrefslogtreecommitdiff
path: root/hints/ultrix_4.sh
blob: c7a8c2cfa0b550ba68b98c24b154da93d7fba9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
optimize=-g
tmp=`(uname -a) 2>/dev/null`
case "$tmp" in
*RISC*) cat <<EOF
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.
EOF
    case "$tmp" in
    *4.2*) d_volatile=undef;;
    esac
;;
esac
case "$tmp" in
*4.1*)	ccflags="$ccflags -DLANGUAGE_C -Olimit 2900" 
	;;
*4.2*)	ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
	libswanted=`echo $libswanted | sed 's/ malloc / /'`
	;;
*4.4*)	ccflags="$ccflags -std -Olimit 2900"
	ranlib='ranlib'
	;;
esac
groupstype='int'