Commit a3a7addb by Nick Clifton

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

From-SVN: r125845
parent fda2b8e3
...@@ -82,8 +82,10 @@ ...@@ -82,8 +82,10 @@
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC \ #define LIB_SPEC \
"%{shared: -lc} \ "%{pthread:-lpthread} \
%{!shared: %{mieee-fp:-lieee} %{pthread:-lpthread} \ %{shared: -lc} \
%{!shared: \
%{mieee-fp:-lieee} \
%{profile:-lc_p} %{!profile: -lc}}" %{profile:-lc_p} %{!profile: -lc}}"
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
......
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