From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: egcs@cygnus.com Subject: Re: fixing the c++/f77 circular dependency Date: Fri, 22 Aug 1997 19:23:12 -0000 Message-id: <199708221832.LAA19506@cygnus.com> In-reply-to: fixing the c++/f77 circular dependency X-SW-Source: 1997-08/0316.html Why not fix it by moving the c++ part of libgcc.a into cp/Makefile? That is one of the options I mentioned at the beginning of this discussion, and is still an open issue. However, this does not fix the problem unless we move the c++ stuff out of libgcc.a and into a new library. This means changing the c++ compiler to link in yet another library, and this isn't very desirable. But now that we have added libstdc++ to the egcs distribution, this stuff could perhaps be moved into libstdc++. Jim