Skip to content
Snippets Groups Projects
Commit 64fe1fd2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update Solaris thread flags, per Jim Seymour

parent 04226b64
Branches
Tags
No related merge requests found
......@@ -11,8 +11,8 @@ esac
# tools/thread/thread_test must be run
if test "$GCC" = yes
then THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-mt"
then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
THREAD_LIBS="-lpthread"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment