On Mon, Oct 26, 2009 at 12:56 PM, Stefan Reinauer stepan@coresystems.dewrote:
Myles Watson wrote:
I'm worried about tool chain problems, so I wanted to be able to build with a cross compiler. This patch adds that functionality to Kconfig.
That functionality is already there... see util/xcompile.
So what's the preferred way to invoke it?
I built the cross compiler in util/crossgcc, and wanted to set the CONFIG_CROSS_COMPILER variable in Kconfig. Should we just get rid of that and use:
make CC=util/crossgcc/xgcc/bin/i386-elf-gcc
or ?
Thanks, Myles