aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/config/i386/sysv5.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/i386/sysv5.h')
-rw-r--r--contrib/gcc/config/i386/sysv5.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/gcc/config/i386/sysv5.h b/contrib/gcc/config/i386/sysv5.h
index 09a3bbefc0c8..87d6b9c5d779 100644
--- a/contrib/gcc/config/i386/sysv5.h
+++ b/contrib/gcc/config/i386/sysv5.h
@@ -20,8 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "i386/sysv4.h"
-
/* Dwarf2 is supported by native debuggers */
#undef PREFERRED_DEBUGGING_TYPE
@@ -29,7 +27,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 "%(cpp_cpu) %{pthread:-D_REENTRANT} %{pthreadT:-D_REENTRANT}"