OSDN Git Service

* sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 16:31:32 +0000 (16:31 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 16:31:32 +0000 (16:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31353 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/sysv5.h

index 09a3bbe..8c4ac62 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}"