public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* libgcc.a and libgcc_eh.a even if static is disabled?
@ 2020-08-19 18:19 Christer Solskogen
  2020-08-27 12:13 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Christer Solskogen @ 2020-08-19 18:19 UTC (permalink / raw)
  To: gcc-help

How is it that libgcc.a and libgcc_eh.a are compiled/installed when 
configuring gcc with --disable-static --enabled-shared?

-- 
chs


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: libgcc.a and libgcc_eh.a even if static is disabled?
  2020-08-19 18:19 libgcc.a and libgcc_eh.a even if static is disabled? Christer Solskogen
@ 2020-08-27 12:13 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2020-08-27 12:13 UTC (permalink / raw)
  To: Christer Solskogen via Gcc-help; +Cc: Christer Solskogen

* Christer Solskogen via Gcc-help:

> How is it that libgcc.a and libgcc_eh.a are compiled/installed when
> configuring gcc with --disable-static --enabled-shared?

libgcc.a only exists as statically linked code.  Not sure about
libgcc_eh.a; the dynamic libgcc_s does not depend on it as far as I can
see.

Thanks,
Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-27 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 18:19 libgcc.a and libgcc_eh.a even if static is disabled? Christer Solskogen
2020-08-27 12:13 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).