On Thu, 2007-12-27 at 13:51 -0500, Mike Frysinger wrote:
> 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

Thank you, Mike.
I am using Imake.
I have found that setting a few variables in the host.def is enough to
enable all the Imake rules needed to build just about any project.

Thanks again.


-- 
[EMAIL PROTECTED] mailing list

Reply via email to