summaryrefslogtreecommitdiff
path: root/src/template/solaris
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/solaris')
-rw-r--r--src/template/solaris7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/template/solaris b/src/template/solaris
index ce71bbe9181..d6d9fbc794a 100644
--- a/src/template/solaris
+++ b/src/template/solaris
@@ -9,10 +9,5 @@ case $host in
i?86-*-solaris*) need_tas=yes; tas_file=solaris_i386.s ;;
esac
-# tools/thread/thread_test must be run
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
-THREAD_CPPFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
-if test "$GCC" != yes
-then THREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
-fi
-THREAD_LIBS="-lpthread"
+PTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"