Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.
This commit is contained in:
parent
be6c38b903
commit
8042c79fd1
@ -11,8 +11,8 @@ esac
|
|||||||
|
|
||||||
THREAD_SUPPORT=yes
|
THREAD_SUPPORT=yes
|
||||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||||
THREAD_LIBS="-pthread"
|
|
||||||
if test "$GCC" != yes
|
if test "$GCC" != yes
|
||||||
then THREAD_LIBS="-mt $THREAD_LIBS"
|
then THREAD_CPPFLAGS="-mt"
|
||||||
fi
|
fi
|
||||||
|
THREAD_LIBS="-pthread"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user