-lthread to -lpthread.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67208
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
#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}}"