This is the mail archive of the crossgcc@sources.redhat.com 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: Comparing Bill and Karim's cross-compile scripts. Updating Bill's to gcc 3.2.3.


On Fri, May 16, 2003 at 04:07:59PM -0700, Dan Kegel wrote:
> 236: Karim specifies CROSS_COMPILE= when running kernel makes.
> This is probably a tad safer (say, when building on an iMac but
> targeting a strange ppc?)

Well, that's what you should always do if cross-compiling a
kernel. E.g. if you are using the ARM linux 2.4.19-rmk7 or
something like that, you will need CROSS_COMPILE=arm-linux-

The thing is, most people tend to go ahead and change
CROSS_COMPILE directly in the top-level Makefile, and then
forget about it (until they upgrade to a new kernel, and
wonder why make menuconfig asks all those questions about
Pentium processors... Been there, done that :-) ).

/Y


------
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]