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

Commitfda3449

Browse files
committed
Update gcc solaris flags.
1 parentdbd5390 commitfda3449

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/template/solaris

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

1212
# tools/thread/thread_test must be run
1313
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
14-
if test "$GCC" = yes
15-
thenTHREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
16-
THREAD_LIBS="-pthread"
17-
elseTHREAD_CPPFLAGS="-mt -D_POSIX_PTHREAD_SEMANTICS"
18-
THREAD_LIBS="-lpthread"
14+
THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
15+
if test "$GCC" != yes
16+
thenTHREAD_CPPFLAGS="$THREAD_CPPFLAGS -mt"
1917
fi
18+
THREAD_LIBS="-lpthread"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp