From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 13 Nov 2014 18:01:42 -0800 Subject: [U-Boot] buildman with distcc In-Reply-To: <5465566B.3080209@freescale.com> References: <54653853.4080406@freescale.com> <546538D4.6050309@freescale.com> <546546A7.6040806@freescale.com> <54654A08.3020101@freescale.com> <54654DA9.1040603@freescale.com> <5465566B.3080209@freescale.com> Message-ID: <54656286.3040900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/13/2014 05:10 PM, York Sun wrote: > On 11/13/2014 04:35 PM, Simon Glass wrote: >> >> If you add that feature you can. But maybe you just need to force CROSS_COMPILE? > > I can change the env['CROSS_COMPILE'] in toolchain.py and make distcc work. But > I am seeing odd distribution. Comparing with MAKEALL, with single thread and 50 > jobs, the distribution is mostly to localhost. Not sure how buildman calls make. > Can you point me to the right direction? > Nah, don't bother. I tried a build. It doesn't speed up enough to pursue this way, even with 6 servers. I may pick up in the future if I have to do this way. York