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

SUPPORTS_THREADS=yes
NEED_REENTRANT_FUNCS=yes	# 5.6 2003-09-13
THREAD_CFLAGS="-pthread"