This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcc c++ support bits moved


On Fri, Nov 10, 2000 at 09:30:16PM +0000, Jason Merrill wrote:
> However, I still think it's important to keep the freestanding support
> library separate from the hosted library, since the latter has a bunch
> of startup code that should not be imposed on folks that don't use the
> functionality.

This has been done.  If you configure for v3, you'll get a libsupc++.a.

This additional support library is incorporated into libstdc++.{a,so},
so under normal hosted conditions you don't need to think about the
support library.  But it is there nontheless.

Given that v2 is going away soon, I didn't think it worth the effort
to do the proper makefile hackery in that subdirectory.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]