This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross Compiler question (the essence of a Canadian Cross Compiler)


On Wed, Aug 03, 2005 at 02:55:48PM -0500, J. Robert Wyatt wrote:

> Basically, the --build is the i686 system and the --host and --target are
> one in the same ... want a compiler that runs on ARM to generate for ARM. Is
> this essentially a Canadian Cross compiler?

This is covered in the GCC Internals manual:

  http://gcc.gnu.org/onlinedocs/gccint/Configure-Terms.html

What you are talking about is referred to variously as either of the
following:

  - host-x-host
  - crossed native
  - cross-built native

I suppose it's a variation on Canadian :-)

Regards
Greg
--
http://www.diy-linux.org/

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]