On 19 Sep 2002, Stephan Kulow <[EMAIL PROTECTED]> wrote: > Hi! > > distcc 0.10.1 misinterprets every -M option beside -MD as > implying -E. Fact is only -M itself implies -E.
Thanks for that. I had written the original parser while only reading the gcc 2.95 spec, so it was too conservative with the new 3.2 options. Actually -MM is like -M in that it writes to stdout and does not compile, both according to the manual and also in observed behaviour. So I think that ought to come out of the patch. > As automake 1.6 uses quite some different options when used with gcc > 3.2 this makes distcc useless in that setup. The following patch > fixes this. -- Martin _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
