linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread.
* config/mips/linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread. From-SVN: r67208
This commit is contained in:
parent
16ac82af48
commit
0d2a303ea9
@ -1,3 +1,8 @@
|
||||
2003-05-28 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
|
||||
-lthread to -lpthread.
|
||||
|
||||
2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
Bruce Korb <bkorb@gnu.org>
|
||||
Arno Klaassen <arno@heho.snv.jussieu.fr>
|
||||
|
@ -254,6 +254,7 @@ void FN () \
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "\
|
||||
%{shared: -lc} \
|
||||
%{!static:-rpath-link %R/lib:%R/usr/lib} \
|
||||
%{!shared: %{pthread:-lthread} \
|
||||
%{!shared: %{pthread:-lpthread} \
|
||||
%{profile:-lc_p} %{!profile: -lc}}"
|
||||
|
Loading…
Reference in New Issue
Block a user