aboutsummaryrefslogtreecommitdiff
path: root/src/template/solaris
blob: f5ff36064bebc2c91730ed535edadb7f6058aeda (plain)
1
2
3
4
5
6
7
8
9
if test "$GCC" != yes ; then
  CC="$CC -Xa"			# relaxed ISO C mode
  CFLAGS="-O -v"		# -v is like gcc -Wall
fi

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