From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 3 02:45:15 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 678EB16A4CE for ; Wed, 3 Dec 2003 02:45:15 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FAFF43FEC for ; Wed, 3 Dec 2003 02:45:14 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-38.dsl.onthenet.net [203.144.30.38]) hB3AjCZG027653; Wed, 3 Dec 2003 20:45:12 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FCDBEB6.4040703@freebsd.org> Date: Wed, 03 Dec 2003 20:45:10 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: matt@niblet.co.uk References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: cross compile? 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: Wed, 03 Dec 2003 10:45:15 -0000 Hi Matt, > Okay, FreeBSD 5.1 compiles for PPC using a cross-compiler, I > practically expected that. > > But how do we ./configure the recommended GCC for FreeBSD PPC? > What's the "official" target name? Not sure why you'd really want to do that, but the cross-tools use "powerpc-undermydesk-freebsd". The middle tuple doesn't really matter. later, Peter.