Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit177ca67

Browse files
committed
Update OSF thread flags for non-gcc compiles.
1 parent002cafe commit177ca67

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+
thenTHREAD_LIBS="-pthread"
10+
elseTHREAD_CPPFLAGS="-pthread"
11+
THREAD_LIBS="-lpthread"
12+
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp