Skip to content

Commit 177ca67

Browse files
committed
Update OSF thread flags for non-gcc compiles.
1 parent 002cafe commit 177ca67

File tree

1 file changed

+5
-1
lines changed
  • src/template

1 file changed

+5
-1
lines changed

src/template/osf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ fi
55

66
THREAD_SUPPORT=yes
77
NEED_REENTRANT_FUNCS=no # 4.0 2003-09-13
8-
THREAD_LIBS="-pthread"
8+
if test "$GCC" = yes
9+
then THREAD_LIBS="-pthread"
10+
else THREAD_CPPFLAGS="-pthread"
11+
THREAD_LIBS="-lpthread"
12+
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy