diff options
Diffstat (limited to 'gcc/config/mips/linux.h')
-rw-r--r-- | gcc/config/mips/linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index d25cd51ddcc..959a065d2fc 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -252,3 +252,9 @@ void FN () \ /* The current Linux binutils uses MIPS_STABS_ELF and doesn't support COFF. */ #undef SDB_DEBUGGING_INFO + +#undef LIB_SPEC +#define LIB_SPEC "\ +%{!static:-rpath-link %R/lib:%R/usr/lib} \ +%{!shared: %{pthread:-lthread} \ + %{profile:-lc_p} %{!profile: -lc}}" |