Crosscomliling world

Nathan Whitehorn nwhitehorn at freebsd.org
Sat Feb 21 09:51:49 PST 2009


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


More information about the freebsd-ppc mailing list