Pull in libgcc_pic in the -shared-libgcc case as well for the millicode
platforms.
This commit is contained in:
parent
8045e967b9
commit
bd13c00f05
5
gnu/dist/gcc/gcc/gcc.c
vendored
5
gnu/dist/gcc/gcc/gcc.c
vendored
@ -1482,12 +1482,11 @@ init_gcc_specs (obstack, shared_name, static_name, eh_name)
|
|||||||
static_name, "}}%{shared:",
|
static_name, "}}%{shared:",
|
||||||
/* XXX NH XXX */
|
/* XXX NH XXX */
|
||||||
#if defined(LINK_EH_SPEC) || 1
|
#if defined(LINK_EH_SPEC) || 1
|
||||||
"%{shared-libgcc:", shared_name,
|
"%{shared-libgcc:", shared_name, "} ",
|
||||||
"}%{!shared-libgcc:", static_name,
|
static_name,
|
||||||
#ifdef LIBGCC_PICSUFFIX
|
#ifdef LIBGCC_PICSUFFIX
|
||||||
LIBGCC_PICSUFFIX ,
|
LIBGCC_PICSUFFIX ,
|
||||||
#endif
|
#endif
|
||||||
"}",
|
|
||||||
#else
|
#else
|
||||||
shared_name,
|
shared_name,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user