* config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.

From-SVN: r125845
This commit is contained in:
Nick Clifton 2007-06-19 10:36:11 +00:00
parent fda2b8e358
commit a3a7addb9c
1 changed files with 5 additions and 3 deletions

View File

@ -82,9 +82,11 @@
#undef LIB_SPEC
#define LIB_SPEC \
"%{shared: -lc} \
%{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread} \
%{profile:-lc_p} %{!profile: -lc}}"
"%{pthread:-lpthread} \
%{shared: -lc} \
%{!shared: \
%{mieee-fp:-lieee} \
%{profile:-lc_p} %{!profile: -lc}}"
#undef STARTFILE_SPEC
#if defined HAVE_LD_PIE