From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id DEDB4DDDFE for ; Mon, 10 Sep 2007 06:39:41 +1000 (EST) Date: Sun, 9 Sep 2007 15:40:17 -0500 From: Olof Johansson To: Adrian Bunk Subject: Re: [2.6 patch] powerpc: proper defconfig for crosscompiles Message-ID: <20070909204017.GA7275@lixom.net> References: <20070909182117.GJ3563@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070909182117.GJ3563@stusta.de> Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, linux-kernel@vger.kernel.org, Sam Ravnborg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, Sep 09, 2007 at 08:21:17PM +0200, Adrian Bunk wrote: > The trick for finding the right defconfig is neat, but you forgot to > provide an i686_defconfig. ;-) > > More seriously, cross compiling the defconfig is often useful, e.g. for > testing the compilation of patches that touch multiple architectures, > and this patch therefore chooses g5_defconfig if $(CROSS_COMPILE) is > non-empty. You should probably use ppc64_defconfig instead, since it's the "superset" config that will compile a multiplatform kernel. -Olof