Commit 43bc5d6b by Daniel Jacobowitz Committed by Daniel Jacobowitz

sysv4.h (LIB_LINUX_SPEC): Make -pthread apply to shared libraries.

	* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
	to shared libraries.

From-SVN: r71458
parent 0b75beaa
2003-09-17 Daniel Jacobowitz <drow@mvista.com>
* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Make -pthread apply
to shared libraries.
2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr> 2003-09-17 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/11646 PR optimization/11646
......
...@@ -1065,7 +1065,7 @@ extern int fixuplabelno; ...@@ -1065,7 +1065,7 @@ extern int fixuplabelno;
/* GNU/Linux support. */ /* GNU/Linux support. */
#define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \ #define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \
%{!mnewlib: %{shared:-lc} %{!shared: %{pthread:-lpthread } \ %{!mnewlib: %{shared:-lc} %{pthread:-lpthread } %{!shared: \
%{profile:-lc_p} %{!profile:-lc}}}" %{profile:-lc_p} %{!profile:-lc}}}"
#ifdef HAVE_LD_PIE #ifdef 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