Closed GoogleCodeExporter closed 9 years ago
Also fails when using .S as input file extension.
Original comment by jessica....@gmail.com
on 26 Nov 2011 at 2:21
Nevermind; grepping the source, I see it requires to be enabled when building
package. Guess I'll go build from source instead...
Original comment by jessica....@gmail.com
on 26 Nov 2011 at 3:23
This is working as intended; ".s" files could contain ".include" directives,
and distcc doesn't know how to parse ".s" files for ".include" directives, so
it doesn't try to distribute compilations that have ".s" input files, instead
running them locally.
As you noticed, the source has #ifdef ENABLE_REMOTE_ASSEMBLE to enable
distributed compilation for ".s" files, but this won't work if the ".s" files
contain ".include" directives, that's why it isn't enabled by default.
Original comment by fergus.h...@gmail.com
on 4 Apr 2012 at 7:11
Original issue reported on code.google.com by
jessica....@gmail.com
on 26 Nov 2011 at 2:19