Commit a3a7addb by Nick Clifton

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

From-SVN: r125845
parent fda2b8e3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment