Commit ce7e7ceb by Daniel Jacobowitz Committed by Daniel Jacobowitz

* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.

From-SVN: r71497
parent 3b51279d
2003-09-17 Daniel Jacobowitz <drow@mvista.com>
* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
2003-09-17 Richard Henderson <rth@redhat.com> 2003-09-17 Richard Henderson <rth@redhat.com>
* cfg.c (dump_flow_info): Skip register dump if reg_n_info null. * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
......
...@@ -1065,8 +1065,8 @@ extern int fixuplabelno; ...@@ -1065,8 +1065,8 @@ 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} %{pthread:-lpthread } %{!shared: \ %{!mnewlib: %{pthread:-lpthread} %{shared:-lc} \
%{profile:-lc_p} %{!profile:-lc}}}" %{!shared: %{profile:-lc_p} %{!profile:-lc}}}"
#ifdef HAVE_LD_PIE #ifdef HAVE_LD_PIE
#define STARTFILE_LINUX_SPEC "\ #define STARTFILE_LINUX_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