Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964839AbVKLW3T (ORCPT ); Sat, 12 Nov 2005 17:29:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964825AbVKLW3T (ORCPT ); Sat, 12 Nov 2005 17:29:19 -0500 Received: from gate.crashing.org ([63.228.1.57]:6361 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S964839AbVKLW3S (ORCPT ); Sat, 12 Nov 2005 17:29:18 -0500 Subject: Re: Linuv 2.6.15-rc1 From: Benjamin Herrenschmidt To: Michael Buesch Cc: Linus Torvalds , Paul Mackerras , linuxppc-dev@ozlabs.org, Linux Kernel Mailing List In-Reply-To: <200511122237.17157.mbuesch@freenet.de> References: <200511122145.38409.mbuesch@freenet.de> <200511122237.17157.mbuesch@freenet.de> Content-Type: text/plain Date: Sun, 13 Nov 2005 09:25:35 +1100 Message-Id: <1131834336.7406.46.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1038 Lines: 35 On Sat, 2005-11-12 at 22:37 +0100, Michael Buesch wrote: > On Saturday 12 November 2005 22:00, you wrote: > > > > On Sat, 12 Nov 2005, Michael Buesch wrote: > > > > > > Latest GIT tree does not boot on my G4 PowerBook. > > > > What happens if you do > > > > make ARCH=powerpc > > > > and build everything that way (including the "config" phase)? > > I did > make mrproper > copy the .config over again > make ARCH=powerpc menuconfig > exit and save from menuconfig > make ARCH=powerpc You need to disable PREP support when building with ARCH=powerpc for 32 bits, it doesn't build (yet). We should remove it from Kconfig... Also, there is an issue with the make clean stuff, make sure when switching archs to also remove arch/powerpc/include/asm symlink before trying to build. Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/