[uClibc] Using jobserver in buildroot

Erik Andersen andersen at codepoet.org
Fri Oct 17 00:12:11 UTC 2003


On Thu Oct 16, 2003 at 10:38:36AM -0700, Jeffrey Baitis wrote:
> Hi all:
> 
> I noticed today that some enterprising individual decided to incorporate
> ccache into the buildroot tool. Here are some simple patches that allow
> you to specify a multiprocess "make -jX" build in the top level
> Makefile. I enable it for binutils and gcc, since these components
> appear to be written to accommodate the job server, and seem to compile
> correctly.
> 
> To specify a multiprocess build, just add the following to your
> Makefile:
> 
>         # For SMP machines, we can compile using the jobserver.
>         JLEVEL=-j5
>         
> and then apply the patches at the end of this message. Enjoy!

I have integrated ccache -- but thus far only for the target
system.  I started to mess with getting ccache to work
automagically on the build system, but I found it to be a
bit tricky and didn't get that working.  Patches as usual
would be gladly accepted...  :-)

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list