* sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
From-SVN: r31353
This commit is contained in:
parent
9e3a9cf21e
commit
66959c63a6
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user