Pull in libgcc_pic in the -shared-libgcc case as well for the millicode

platforms.
This commit is contained in:
skrll 2004-07-14 07:18:35 +00:00
parent 8045e967b9
commit bd13c00f05

View File

@ -1482,12 +1482,11 @@ init_gcc_specs (obstack, shared_name, static_name, eh_name)
static_name, "}}%{shared:",
/* XXX NH XXX */
#if defined(LINK_EH_SPEC) || 1
"%{shared-libgcc:", shared_name,
"}%{!shared-libgcc:", static_name,
"%{shared-libgcc:", shared_name, "} ",
static_name,
#ifdef LIBGCC_PICSUFFIX
LIBGCC_PICSUFFIX ,
#endif
"}",
#else
shared_name,
#endif