Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 261eda5

Browse files
committed
No need for gcc thread stuff anymore, only cc.
1 parent 9f7283e commit 261eda5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/template/unixware

+2-3
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)