diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sysv5.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/i386/sysv5.h b/gcc/config/i386/sysv5.h index 9d6b7a5..09a3bbe 100644 --- a/gcc/config/i386/sysv5.h +++ b/gcc/config/i386/sysv5.h @@ -29,4 +29,7 @@ Boston, MA 02111-1307, USA. */ /* Add -lcrt for Dwarf2 abbreviation table */ #undef LIB_SPEC -#define LIB_SPEC "%{!shared:%{!symbolic:-lc -lcrt}}" +#define LIB_SPEC "%{pthread:-lthread} %{!shared:%{!symbolic:-lc -lcrt}}" + +#undef CPP_SPEC +#define CPP_SPEC "%{pthread:-D_REENTRANT}" |