Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 10:52:34 -0600
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        Aleksey V Fedorov <alexf@vsi.ru>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: Crosscomliling world
Message-ID:  <49A03152.6050701@freebsd.org>
In-Reply-To: <Pine.GSO.4.62.0902211912030.19887@serv1>
References:  <Pine.GSO.4.62.0902211912030.19887@serv1>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49A03152.6050701>