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

From-SVN: r31353
This commit is contained in:
Robert Lipe 2000-01-12 16:31:32 +00:00
parent 9e3a9cf21e
commit 66959c63a6

View File

@ -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}"