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:
mrg 2011-06-30 03:37:23 +00:00
parent 4a40b01453
commit 065e4d30ca
1 changed files with 5 additions and 1 deletions

View File

@ -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,