Add "-mt" link flag for Solaris non-gcc compiles when using threads ---
required.
This commit is contained in:
parent
9888192fb7
commit
cf4d324d02
@ -12,3 +12,7 @@ esac
|
||||
THREAD_SUPPORT=yes
|
||||
NEED_REENTRANT_FUNCS=yes # 5.6 2003-09-13
|
||||
THREAD_LIBS="-pthread"
|
||||
if test "$GCC" != yes
|
||||
then THREAD_LIBS="-mt $THREAD_LIBS"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user