This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0 Release Criteria
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: GCC 3.0 Release Criteria
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Sun, 30 Apr 2000 20:28:15 -0400
- cc: rth at cygnus dot com, gcc at gcc dot gnu dot org
Both of your elaborations point out the same important detail
which had not been clear before: some heuristic will be used to determine
when a shared library version of libgcc is necessary. Just because GCC is
configured with shared support enabled, the shared libgcc will not always
be the one linked.
David