* sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
authorRobert Lipe <robertl@gcc.gnu.org>
Wed, 12 Jan 2000 16:31:32 +0000 (16:31 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 12 Jan 2000 16:31:32 +0000 (16:31 +0000)
From-SVN: r31353

gcc/config/i386/sysv5.h

index 09a3bbefc0c84c167c41af6591207c0e970d9f7f..8c4ac62594851e9238f3f1dd7e9689f46eba236b 100644 (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}"