On Tuesday 25 December 2007, KiberGus wrote:
> 2007/12/24, Mike Frysinger <[EMAIL PROTECTED]>:
> > 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
> >
> > I think CC and CXX variables should be set to execute proper compiler.
>
> Something like:
> СС=arm-unknown-linux-gnu-gcc make

the poster did not indicate make was being used to manage his custom code.  if 
it is, then setting CC/CXX variables is customary.
-mike

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

Reply via email to