From owner-freebsd-ppc@FreeBSD.ORG Thu Jul 31 01:39:50 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DA737B401 for ; Thu, 31 Jul 2003 01:39:50 -0700 (PDT) Received: from fafoe.narf.at (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8A343FBD for ; Thu, 31 Jul 2003 01:39:49 -0700 (PDT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.2.102]) by fafoe.narf.at (Postfix) with ESMTP id 46BE83FC4; Thu, 31 Jul 2003 10:39:46 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id DC01B5E; Thu, 31 Jul 2003 10:39:45 +0200 (CEST) Date: Thu, 31 Jul 2003 10:39:45 +0200 From: Stefan Farfeleder To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20030731083945.GO563@wombat.fafoe.narf.at> References: <20030731082631.GN563@wombat.fafoe.narf.at> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.4i cc: ppc@freebsd.org Subject: Re: does powerpc build? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 08:39:50 -0000 On Thu, Jul 31, 2003 at 10:28:04AM +0200, Dag-Erling Smørgrav wrote: > Stefan Farfeleder writes: > > You have to use something like the attached patch. > > I was told there was no longer any need for patches... > > Why haven't they been committed? I have no idea. The failure you see in the tinderbox is that the file rs6000-c.c which didn't exist before 3.3.1 is not included in our Makefile (I informed kan@ about that some time ago). The other issue is the double definition of _BIG_ENDIAN. I fear this part of the changes from http://people.freebsd.org/~grehan/gcc_freebsd_benno.diff somehow got lost because the macros CPP_ENDIAN_BIG_SPEC and CPP_ENDIAN_LITTLE_SPEC were folded into the new macro RS6000_CPU_CPP_ENDIAN_BUILTINS. Regards, Stefan Farfeleder