[distcc] Re: distcc in conjunction with ccache [PATCH]

Martin Pool mbp at sourcefrog.net
Wed Aug 14 21:56:00 GMT 2002


On 22 Jul 2002, Stephen White <swhite at decisionsoft.com> wrote:

> The attached patch (against version 0.6) seems to have fixed the
> problem.

Thanks!  It'll be in the next release.

> Thanks for a great program!
> 

> +++ distcc-0.6/src/filename.c	Mon Jul 22 15:05:19 2002
> @@ -93,7 +93,7 @@
>      } else if (!strcmp(e, "c") || !strcmp(e, "cc")
>                 || !strcmp(e, "cpp") || !strcmp(e, "cxx")
>                 || !strcmp(e, "cp") || !strcmp(e, "c++")
> -               || !strcmp(e, "C")) {
> +               || !strcmp(e, "C")  || !strcmp(e, "ii")) {
>          return ".ii";
>      } else if (!strcasecmp(e, "s")) {
>          return ".s";

-- 
Martin 



More information about the distcc mailing list