From 66959c63a6ef9d982984ca8f68f4710dbf823ed9 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 12 Jan 2000 16:31:32 +0000 Subject: [PATCH] * sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT. From-SVN: r31353 --- gcc/config/i386/sysv5.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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}" -- 2.30.2