mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 08:19:01 +08:00
* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
From-SVN: r71497
This commit is contained in:
parent
3b51279d9e
commit
ce7e7ceb67
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
|
||||
|
@ -1065,8 +1065,8 @@ extern int fixuplabelno;
|
||||
|
||||
/* GNU/Linux support. */
|
||||
#define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \
|
||||
%{!mnewlib: %{shared:-lc} %{pthread:-lpthread } %{!shared: \
|
||||
%{profile:-lc_p} %{!profile:-lc}}}"
|
||||
%{!mnewlib: %{pthread:-lpthread} %{shared:-lc} \
|
||||
%{!shared: %{profile:-lc_p} %{!profile:-lc}}}"
|
||||
|
||||
#ifdef HAVE_LD_PIE
|
||||
#define STARTFILE_LINUX_SPEC "\
|
||||
|
Loading…
Reference in New Issue
Block a user