apply our LIBGCC_PICSUFFIX to one more use of "static_name".
i hope that this is the last merge botch here to fix...
This commit is contained in:
parent
4a40b01453
commit
065e4d30ca
|
@ -1767,7 +1767,11 @@ init_gcc_specs (struct obstack *obstack, const char *shared_name,
|
|||
"%{!static:%{!static-libgcc:"
|
||||
#if USE_LD_AS_NEEDED
|
||||
"%{!shared-libgcc:",
|
||||
static_name, " --as-needed ", shared_name, " --no-as-needed"
|
||||
static_name,
|
||||
#ifdef LIBGCC_PICSUFFIX
|
||||
LIBGCC_PICSUFFIX,
|
||||
#endif
|
||||
" --as-needed ", shared_name, " --no-as-needed"
|
||||
"}"
|
||||
"%{shared-libgcc:",
|
||||
shared_name, "%{!shared: ", static_name,
|
||||
|
|
Loading…
Reference in New Issue