From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760411AbZJII77 (ORCPT ); Fri, 9 Oct 2009 04:59:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760345AbZJII76 (ORCPT ); Fri, 9 Oct 2009 04:59:58 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:52921 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754382AbZJII75 (ORCPT ); Fri, 9 Oct 2009 04:59:57 -0400 Subject: Re: [regressions] Re: kbuild: save ARCH & CROSS_COMPILE when building a kernel From: Peter Zijlstra To: Ingo Molnar Cc: Sam Ravnborg , Linus Torvalds , linux-kernel@vger.kernel.org In-Reply-To: <20091003103441.GA10874@elte.hu> References: <20091003103441.GA10874@elte.hu> Content-Type: text/plain Date: Fri, 09 Oct 2009 10:58:51 +0200 Message-Id: <1255078731.17055.39.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2009-10-03 at 12:34 +0200, Ingo Molnar wrote: > > that arch-cache thing introduced in: > > 5755433: kbuild: save ARCH & CROSS_COMPILE when building a kernel > > isnt working very well in my experience. Its breaking things for me too. When I build a .config using distcc and cross compilers on my build farm, and then try a make install on another machine which doesn't have either it utterly shits itself. Please revert this.