tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gcc build is serialised



> SUBDIR+=        host-libiberty libiberty .WAIT \
>                 backend .WAIT \
>                 frontend .WAIT \
>                 libcpp gcov .WAIT \
>                 cc1 cc1obj cc1plus cpp g++ gcc \
>                 include protoize unprotoize

>      The way that parallel makes are scheduled changed in NetBSD 4.0
>      so that .ORDER and .WAIT apply recursively to the dependant
>      nodes.  The algorithms used may change again in the future.

> Any ideas on how to fix it?

Add non-recursive versions of .ORDER and .WAIT?

Change it to run sub-makes instead of simply making them targets in the
current make invocation?

Switch to a less bloated compiler? :-)

/~\ The ASCII                           der Mouse
\ / Ribbon Campaign
 X  Against HTML               mouse%rodents.montreal.qc.ca@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index