From owner-freebsd-ppc@FreeBSD.ORG Wed Sep 10 14:36:19 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 47DDA16A4BF for ; Wed, 10 Sep 2003 14:36:19 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E50743FBF for ; Wed, 10 Sep 2003 14:36:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h8ALaHnW078745; Wed, 10 Sep 2003 14:36:17 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h8ALaHrb078744; Wed, 10 Sep 2003 14:36:17 -0700 (PDT) (envelope-from obrien) Date: Wed, 10 Sep 2003 14:36:16 -0700 From: "David O'Brien" To: Alex Zepeda Message-ID: <20030910213616.GA78722@dragon.nuxi.com> References: <20030910052443.GA26552@blarf.homeip.net> <20030910193119.GA77756@dragon.nuxi.com> <20030910201914.GA13077@blarf.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030910201914.GA13077@blarf.homeip.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-ppc@freebsd.org Subject: Re: How are things looking? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 21:36:19 -0000 On Wed, Sep 10, 2003 at 01:19:14PM -0700, Alex Zepeda wrote: > On Wed, Sep 10, 2003 at 12:31:19PM -0700, David O'Brien wrote: > > On Tue, Sep 09, 2003 at 10:24:43PM -0700, Alex Zepeda wrote: > > > Cross building from ia32 seems to be broken (looked like it died in the > > > crypto stuff with gcc not being able to find any spare ia32 registers...), > > > is this a known issue? > > > > I tested this just a few weeks ago. Please post your errors. > > The command I ran was: > > TARGET_ARCH=powerpc make -DNOMAN -DNO_FORTRAN -DNO_KERBEROS -DNOCRY > PT -DNOSECURE -DNOINFO -DNOLIBC_R -DNOFORTH -DNOPROFILE buildworld >& > macppc.output You can now build without any -D's. :-) Thus only specifies the ones you want to reduce build time (such as -DNOPROFILE). I'll try do a cross build this week and fix what I can.