From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 21 17:51:48 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE940106566B for ; Sat, 21 Feb 2009 17:51:48 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 92EC18FC16 for ; Sat, 21 Feb 2009 17:51:48 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) id <0KFF00900DIB7X00@smtpauth2.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Sat, 21 Feb 2009 10:51:47 -0600 (CST) Received: from trantor.tachypleus.net (adsl-99-153-135-242.dsl.mdsnwi.sbcglobal.net [99.153.135.242]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPSA id <0KFF00LPQDIAIL40@smtpauth2.wiscmail.wisc.edu>; Sat, 21 Feb 2009 10:51:47 -0600 (CST) Date: Sat, 21 Feb 2009 10:52:34 -0600 From: Nathan Whitehorn In-reply-to: To: Aleksey V Fedorov Message-id: <49A03152.6050701@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=99.153.135.242 X-Spam-PmxInfo: Server=avs-9, Version=5.5.1.360522, Antispam-Engine: 2.6.1.350677, Antispam-Data: 2009.2.21.163708, SenderIP=99.153.135.242 References: User-Agent: Thunderbird 2.0.0.19 (X11/20090126) Cc: freebsd-ppc@freebsd.org Subject: Re: Crosscomliling world X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 17:51:49 -0000 Aleksey V Fedorov wrote: > > Hi! > > How to crosscomlile world for MPC8548 target on amd64 host? > I have powerpc-binutils and powerpc-gcc installed in > /usr/local/bin/powerpc-elf-eabi > Is there standard method to make crossbuild? cd /usr/src make buildworld TARGET_ARCH=powerpc It will build its own cross compiler as well, so you don't actually need the ports. -Nathan