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:

    Richard> I've not checked this in yet, as I've only tested one
    Richard> native.  I'm going to poke it some more in cross compiles
    Richard> and canadian crosses first.  In the meantime, feedback
    Richard> would be helpful.

That's some pretty awful build machinery you've got going there. :-)

On the other hand, all the alternatives I can think of are worse --
and yours is better than what we've already got.  So, I think what
you're doing is good.

Perhaps you could remove one level of indirection by having
`configure' generate the right bits in `Makefile' directly, rather
than using an auxilliary makefile?  That seems a little cleaner to
me.  Thoughts?

Thanks a lot for tackling this stuff.

--
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]