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

Commit8042c79

Browse files
committed
Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
1 parentbe6c38b commit8042c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/template/solaris

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

1212
THREAD_SUPPORT=yes
1313
NEED_REENTRANT_FUNCS=yes# 5.6 2003-09-13
14-
THREAD_LIBS="-pthread"
1514
if test "$GCC" != yes
16-
thenTHREAD_LIBS="-mt $THREAD_LIBS"
15+
thenTHREAD_CPPFLAGS="-mt"
1716
fi
17+
THREAD_LIBS="-pthread"
1818

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp