From owner-freebsd-ppc@FreeBSD.ORG Wed Mar 9 03:32:08 2005 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 D5D7016A4CE for ; Wed, 9 Mar 2005 03:32:08 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD8543D46 for ; Wed, 9 Mar 2005 03:32:08 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.30.60] (CPE-30-60.dsl.onthenet.net [203.144.30.60]) j293W3nP005729; Wed, 9 Mar 2005 13:32:04 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <422E6FA6.5030409@freebsd.org> Date: Wed, 09 Mar 2005 13:38:14 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Schultz References: <1110249562.82236.4.camel@shark.xsynapse.com> <422D1349.2000200@freebsd.org> <3ac28bfe17b83875b0d7fa80464448c7@bis.midco.net> In-Reply-To: <3ac28bfe17b83875b0d7fa80464448c7@bis.midco.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: cross compile libc 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, 09 Mar 2005 03:32:08 -0000 > Is it possible to do cross-builds of FreeBSD under OS X? I've not tried it but am certain it won't work. The cross-build environment expects to run on a FreeBSD 5.x/6.x-based machine since it requires certain versions of make etc during the cross-tools bootstrapping phase. NetBSD have done the work required to get their cross-build system to run on a number of non-NetBSD host systems, OSX included, so in theory it should be possible for FreeBSD to head in this direction if so required. But hey, my goal is to get you running FreeBSD on your Apple so it won't be necessary :) later, Peter.