postgresql/src/template/solaris

12 lines
207 B
Plaintext
Raw Normal View History

if test "$GCC" = yes ; then
CFLAGS=
else
CC="$CC -Xa" # relaxed ISO C mode
CFLAGS=-v # -v is like gcc -Wall
fi
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
THREAD_LIBS="-pthread"