aboutsummaryrefslogtreecommitdiff
path: root/src/template/osf
blob: 2b4dee1546b3f23e654b21cf6d2baaf97a47b034 (plain)
1
2
3
4
5
6
7
8
if test "$GCC" != yes ; then
  CC="$CC -std"
  CFLAGS="$CFLAGS -O4 -Olimit 2000"
fi

THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=no		# 4.0 2003-09-13
THREAD_LIBS="-pthread"