Commit 66959c63 by Robert Lipe

* sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.

From-SVN: r31353
parent 9e3a9cf2
......@@ -29,7 +29,8 @@ Boston, MA 02111-1307, USA. */
/* Add -lcrt for Dwarf2 abbreviation table */
#undef LIB_SPEC
#define LIB_SPEC "%{pthread:-lthread} %{!shared:%{!symbolic:-lc -lcrt}}"
#define LIB_SPEC "%{pthread:-lthread} %{pthreadT:-lthreadT} \
%{!shared:%{!symbolic:-lc -lcrt}}"
#undef CPP_SPEC
#define CPP_SPEC "%{pthread:-D_REENTRANT}"
#define CPP_SPEC "%{pthread:-D_REENTRANT} %{pthreadT:-D_REENTRANT}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment