http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46750
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |UNCONFIRMED Ever Confirmed|1 |0 --- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2010-12-02 01:08:35 UTC --- --- You can also specify `-flto=jobserver' to use GNU make's job server mode to determine the number of parallel jobs. This is useful when the Makefile calling GCC is already executing in parallel. The parent Makefile will need a `+' prepended to the command recipe for this to work. This will likely only work if `MAKE' is GNU make. --- Binutils Makefiles don't have `+' and failed.