summaryrefslogtreecommitdiff
path: root/hints/irix_5.sh
blob: dcbcfba5d96e5ca9b890fc78f591e933b7ca6f0d (plain)
1
2
3
4
5
6
7
8
9
10
# irix_5.sh
i_time='define'
ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000"
lddlflags="-shared"
case "$usedl" in
'') usedl='y' ;;
esac
set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
shift
libswanted="$*"