From: Robert Lipe Date: Wed, 12 Jan 2000 16:31:32 +0000 (+0000) Subject: * sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66959c63a6ef9d982984ca8f68f4710dbf823ed9;p=gcc.git * sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT. From-SVN: r31353 --- diff --git a/gcc/config/i386/sysv5.h b/gcc/config/i386/sysv5.h index 09a3bbefc0c..8c4ac625948 100644 --- a/gcc/config/i386/sysv5.h +++ b/gcc/config/i386/sysv5.h @@ -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}"