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
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ esac ...@@ -11,8 +11,8 @@ esac
# tools/thread/thread_test must be run # tools/thread/thread_test must be run
if test "$GCC" = yes if test "$GCC" = yes
then THREAD_LIBS="-pthread" then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
else THREAD_CPPFLAGS="-mt" THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
THREAD_LIBS="-lpthread" THREAD_LIBS="-lpthread"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment