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: Revised patch for C++ additions to libgcc


>>>>> Zack Weinberg <zack@wolery.cumb.org> writes:

 > Jason Merrill was concerned about losing header-file dependencies.
 > This revised patch uses gcc -M in the mklibgcc script to determine
 > what those are, and add them to the generated libgcc.mk.

Cool.  Why don't we do that for the non-C++ code, too?

 > Note that the top-level Makefile.in will not know about those
 > dependencies, so it's not clear to me how much this helps.

Seems like we might as well always recurse into libgcc.mk, rather than try
to keep the top Makefile.in up to date wrt dependencies.

Jason

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