[ccache] Re: UPDATED PATCH: ccache gcov and profile support

Matt Fago fago at earthlink.net
Mon Mar 19 14:30:31 GMT 2007


> I've checked out CVS sources and noticed that this is partially fixed.
> 
> The attached patch fixes a typo in the previous commit and adds  
> support for profile builds. Compiles and passes 'make check'.
> 
> BTW, this is being tracked for FC at:  https://bugzilla.redhat.com/ 
> bugzilla/show_bug.cgi?id=231462

Ok, so no attachments. Here is the patch inline. Any chance to get it into CVS?

Thanks,
Matt

Index: ccache.c
===================================================================
RCS file: /cvsroot/ccache/ccache.c,v
retrieving revision 1.100
diff -r1.100 ccache.c
647c647,648
< 		    strcmp(argv[i], "-coverage") == 0 ||
---
> 		    strcmp(argv[i], "-fprofile-arcs") == 0 ||
> 		    strcmp(argv[i], "--coverage") == 0 ||






More information about the ccache mailing list