projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd5390
)
Update gcc solaris flags.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Mar 2004 22:12:37 +0000
(22:12 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Mar 2004 22:12:37 +0000
(22:12 +0000)
src/template/solaris
patch
|
blob
|
blame
|
history
diff --git
a/src/template/solaris
b/src/template/solaris
index 6114c3c1c8ff8a484c6bc0d0f1cd246e63524f0c..034bb914160ed4f56416839375dae5fe806b1b2a 100644
(file)
--- a/
src/template/solaris
+++ b/
src/template/solaris
@@
-11,9
+11,8
@@
esac
# tools/thread/thread_test must be run
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
-if test "$GCC" = yes
-then THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
- THREAD_LIBS="-pthread"
-else THREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
- THREAD_LIBS="-lpthread"
+THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
+if test "$GCC" != yes
+then THREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
fi
+THREAD_LIBS="-lpthread"