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: rfc: new libgcc build mechanism


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    >> Perhaps you could remove one level of indirection by having
    >> `configure' generate the right bits in `Makefile' directly,
    >> rather than using an auxilliary makefile?

    Richard> Not without moving the C++ parts of libgcc elsewhere.  In
    Richard> effect, the contents of libgcc depends on $(LANGUAGES),

I'm a little confused, but I believe you.

What's confusing me is that the set of languages for which the
compiler is being built is known at configure-time, so that can't be
the problem.  I assume, then, that this has something to with the fact
that we only build the C compiler in stage 1?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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