From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755427AbZCTUnD (ORCPT ); Fri, 20 Mar 2009 16:43:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752068AbZCTUmx (ORCPT ); Fri, 20 Mar 2009 16:42:53 -0400 Received: from www.tglx.de ([62.245.132.106]:43811 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbZCTUmw (ORCPT ); Fri, 20 Mar 2009 16:42:52 -0400 Date: Fri, 20 Mar 2009 21:41:20 +0100 (CET) From: Thomas Gleixner To: Ingo Molnar cc: Sam Ravnborg , LKML , Andrew Morton , Peter Zijlstra Subject: Re: [PATCH] kbuild: work around distcc/icecc madness In-Reply-To: <20090320193334.GA19501@elte.hu> Message-ID: References: <20090320092234.GA3792@elte.hu> <20090320185917.GB6224@elte.hu> <20090320193334.GA19501@elte.hu> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Mar 2009, Ingo Molnar wrote: > i dont do anything weird. i use: > > CROSS_COMPILE='distcc > /opt/crosstool/gcc-4.2.2-glibc-2.3.6/i686-unknown-linux-gnu/bin/i686-unknown-linux-gnu-' > > host compiler was never supposed to be the same in terms of > capability as target compiler. Hmm. Then something else is going wrong. The kernel build system checks the target compiler not the host one. Is your distcc setup using the same compilers on all your machines in the build cluster ? Thanks, tglx