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

Commit261eda5

Browse files
committed
No need for gcc thread stuff anymore, only cc.
1 parent9f7283e commit261eda5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/template/unixware

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
if test "$GCC" = yes; then
2-
PTHREAD_CFLAGS="-pthread"
3-
else
1+
if test "$GCC" != yes; then
2+
then
43
# The -Kno_host is for a bug in the compiler. See -hackers
54
# discussion on 7-8/Aug/2003.
65
cat >conftest.c <<__EOF__

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp