linux.h, linux64.h (LIB_SPEC): Always imply -lpthread for -pthread.
* config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always imply -lpthread for -pthread. From-SVN: r125688
This commit is contained in:
parent
9c57e1e889
commit
b64a6dbdbb
@ -1,3 +1,8 @@
|
||||
2007-06-13 Thiemo Seufer <ths@networkno.de>
|
||||
|
||||
* config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
|
||||
imply -lpthread for -pthread.
|
||||
|
||||
2007-06-13 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* basic-block.h: Remove the prototype for
|
||||
|
@ -174,9 +174,10 @@ Boston, MA 02110-1301, USA. */
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "\
|
||||
%{shared: -lc} \
|
||||
%{!shared: %{pthread:-lpthread} \
|
||||
%{profile:-lc_p} %{!profile: -lc}}"
|
||||
%{pthread:-lpthread} \
|
||||
%{shared:-lc} \
|
||||
%{!shared: \
|
||||
%{profile:-lc_p} %{!profile:-lc}}"
|
||||
|
||||
#define MD_UNWIND_SUPPORT "config/mips/linux-unwind.h"
|
||||
|
||||
|
@ -34,9 +34,10 @@ NO_SHARED_SPECS \
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "\
|
||||
%{shared: -lc} \
|
||||
%{!shared: %{pthread:-lpthread} \
|
||||
%{profile:-lc_p} %{!profile: -lc}}"
|
||||
%{pthread:-lpthread} \
|
||||
%{shared:-lc} \
|
||||
%{!shared: \
|
||||
%{profile:-lc_p} %{!profile:-lc}}"
|
||||
|
||||
#define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
|
||||
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld.so.1"
|
||||
|
Loading…
Reference in New Issue
Block a user