This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ObjC tree inlining
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>, gcc at gcc dot gnu dot org
- Date: Sun, 18 Nov 2001 15:12:11 -0500 (EST)
- Subject: Re: ObjC tree inlining
On 18 Nov 2001, Alexandre Oliva wrote:
> Yup, I've entertained this idea for a while, but never got to
> implement it. Ditto for moving libgcc out of gcc into a regular
> target library and moving the implementation of bootstrap to the top
> level.
Making libgcc a regular target directory could solve some configure
nastiness in which we choose the link rules for shared libgcc (e.g.
t-slibgcc-sld) before a "./xgcc -print-prog-name=ld" test is possible.
Jeff