On Wednesday 05 December 2007, Jean-Claude Gervais wrote:
> I understand how to use crossdev to generate a toolchain and xmerge to
> then build ebuilds for a target system, but what if I have a simple app
> that is not distributed as an ebuild?

it's all the same.  compare & contrast:

native: gcc helloworld.c -o helloworld
cross: arm-unknown-linux-gnu-gcc helloworld.c -o helloworld

there are no variables to setup.  simply execute the proper compiler.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to