From owner-freebsd-ppc@FreeBSD.ORG Tue Jul 1 16:43:36 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 46DC737B401 for ; Tue, 1 Jul 2003 16:43:36 -0700 (PDT) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10804405A for ; Tue, 1 Jul 2003 16:43:34 -0700 (PDT) (envelope-from peterg@ptree32.com.au) Received: from ptree32.com.au (CPE-203-45-244-178.qld.bigpond.net.au [203.45.244.178]) by dommail.onthenet.com.au (Mirapoint Messaging Server MOS 3.2.4-GA) with ESMTP id AAU99012 (AUTH peterg@ptree32.com.au); Wed, 2 Jul 2003 09:43:29 +1000 (EST) Sender: grehan@ptree32.com.au Message-ID: <3F021CDC.13B9F1EA@ptree32.com.au> Date: Wed, 02 Jul 2003 09:44:28 +1000 From: Peter Grehan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Sean_Welch@alum.wofford.org References: <2398508.1057068917810.JavaMail.nobody@bert.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Attempting to cross-compile newest -CURRENT 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: Tue, 01 Jul 2003 23:43:36 -0000 Hi Sean, > I figured I'd double check my procedure with you. > > I'm still using the following for a make command: > > make -DNO_BIND -DNOINFO -DNOGAMES -DNOPROFILE -DNOCRYPT -DNOSECURE -DNOLIBC_R -DNO_IPFILTER -DNOFORTH -DNO_FORTH TARGET_ARCH=powerpc buildworld | & tee /tmp/powerpc.log > > Are all of these options still needed? (It sure would be nice > to have an ssh!) PPC buildworld is done with "-DNOLIBC_R -DNOFORTH". You shouldn't have to use -DNO_WARN. DES has a periodic tinderbox build for PPC (and other arches), with the results up at http://triangle.rtp.FreeBSD.Org/~des/ That's a good option to see if there's generic build-breakage (e.g. the recent /rescue problems, which were fixed as of a few minutes ago). > The patch I used on /usr/src is as follows (please post a new > copy if this one has problems): I think that's a little out of data. The only file that needs to be patched now is rs6000/config/freebsd.h, and the diff is at www.freebsd.org/~grehan/freebsd.h.diff later, Peter.