projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42df5e3
)
OSF supports pthreads, per Philip Yarra.
author
Tom Lane
Tue, 15 Jul 2003 17:28:36 +0000
(17:28 +0000)
committer
Tom Lane
Tue, 15 Jul 2003 17:28:36 +0000
(17:28 +0000)
src/template/osf
patch
|
blob
|
blame
|
history
diff --git
a/src/template/osf
b/src/template/osf
index 2d782ea1c3ed3d6159982f8af9b00d75474efa8a..8a65f114c55d226120329d18dbdc0dbfbef56820 100644
(file)
--- a/
src/template/osf
+++ b/
src/template/osf
@@
-4,3
+4,6
@@
else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
fi
+SUPPORTS_THREADS=yes
+THREAD_CFLAGS="-pthread"
+