Removed -lcma (added in 1.813), since one can't apparently mix old
threads (-lcma, user land only) and new threads (-lpthread), see http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1741,00.html#faq-mix-threads (reported in patch #1096688 by M.J.Wetherell). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
02a6e35839
commit
207645afd7
@ -4174,10 +4174,6 @@ if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
|
||||
if test "x$GCC" != "xyes"; then
|
||||
dnl see http://docs.hp.com/hpux/onlinedocs/2213/threads.htm
|
||||
flag="$flag -D_RWSTD_MULTI_THREAD"
|
||||
|
||||
dnl we also need -lcma for user threads (-lpthread is for
|
||||
dnl kernel threads only) according to Ian Brown
|
||||
LIBS="$LIBS -lcma"
|
||||
fi
|
||||
;;
|
||||
*solaris* | alpha*-osf*)
|
||||
|
Loading…
Reference in New Issue
Block a user