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

Commit64fe1fd

Browse files
committed
Update Solaris thread flags, per Jim Seymour
1 parent04226b6 commit64fe1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/template/solaris

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ esac
1111

1212
# tools/thread/thread_test must be run
1313
if test "$GCC" = yes
14-
thenTHREAD_LIBS="-pthread"
15-
elseTHREAD_CPPFLAGS="-mt"
14+
thenTHREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
15+
THREAD_LIBS="-pthread"
16+
elseTHREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
1617
THREAD_LIBS="-lpthread"
1718
fi
18-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp