Skip to content

Commit 8042c79

Browse files
committed
Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
1 parent be6c38b commit 8042c79

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-
then THREAD_LIBS="-mt $THREAD_LIBS"
15+
then THREAD_CPPFLAGS="-mt"
1716
fi
17+
THREAD_LIBS="-pthread"
1818

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy