Commit bbac4188 authored by Tom Lane's avatar Tom Lane

OSF supports pthreads, per Philip Yarra.

parent 42df5e31
...@@ -4,3 +4,6 @@ else ...@@ -4,3 +4,6 @@ else
CC="$CC -std" CC="$CC -std"
CFLAGS='-O4 -Olimit 2000' CFLAGS='-O4 -Olimit 2000'
fi fi
SUPPORTS_THREADS=yes
THREAD_CFLAGS="-pthread"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment