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]
Other format: [Raw text]

Re: Patch: automatic dependency tracking for gcc


On Mon, 19 Nov 2007, Tom Tromey wrote:

> DJ> * Makefile snippets, from /config or ${tm}
> 
> I forgot about this.  I will look into it.  Thanks.
> 
> I glanced through config/**/x-* (and t-*) a bit.  The extra object
> files are simple to handle.  Mostly this amounts to deleting some
> dependencies and using $(COMPILE) rather than $(CC).
> 
> If there are generated headers lurking in there, those will need a
> (simple) fix as well.

There are the sysroot-suffix headers for bfin and m68k (files listed in 
tm_file with "./").  There may be other cases.

-- 
Joseph S. Myers
joseph@codesourcery.com


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