Re: [coreboot] [PATCH] cross compiler

2009-10-31 Thread Myles Watson
> > > I think it would be better to remove .xcompile with make distclean. > > > Signed-off-by: Myles Watson > Acked-by: Patrick Georgi > Rev 4902. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Stefan Reinauer
Patrick Georgi wrote: > Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson: > >> for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- i386-elf- ""; >> do >> > Maybe add $PWD/util/crossgcc/xgcc/bin/i386-elf- to the list, too - it > can't hurt. > Yes, I think the `pwd`/../cros

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Myles Watson
On Fri, Oct 30, 2009 at 1:46 PM, Patrick Georgi wrote: > Am Freitag, den 30.10.2009, 13:12 -0600 schrieb Myles Watson: > > > > > > On Fri, Oct 30, 2009 at 1:02 PM, Patrick Georgi > > wrote: > > Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson: > > > for gccprefixes in

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Patrick Georgi
Am Freitag, den 30.10.2009, 13:12 -0600 schrieb Myles Watson: > > > On Fri, Oct 30, 2009 at 1:02 PM, Patrick Georgi > wrote: > Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson: > > for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- > i386-elf- ""; >

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Myles Watson
On Fri, Oct 30, 2009 at 1:02 PM, Patrick Georgi wrote: > Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson: > > for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- i386-elf- ""; > > do > Maybe add $PWD/util/crossgcc/xgcc/bin/i386-elf- to the list, too - it > can't hurt. > The only p

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Patrick Georgi
Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson: > for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- i386-elf- ""; > do Maybe add $PWD/util/crossgcc/xgcc/bin/i386-elf- to the list, too - it can't hurt. > I think it would be better to remove .xcompile with make distclean. > Patch

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Myles Watson
On Fri, Oct 30, 2009 at 9:29 AM, Peter Stuge wrote: > Myles Watson wrote: > > >> That functionality is already there... see util/xcompile. > > > > > > So what's the preferred way to invoke it? > > I think Makefile picks it up automatically if there is an .xcompile > file in the right spot.

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Peter Stuge
Myles Watson wrote: > >> That functionality is already there... see util/xcompile. > > > > So what's the preferred way to invoke it? I think Makefile picks it up automatically if there is an .xcompile file in the right spot. //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.co

Re: [coreboot] [PATCH] cross compiler

2009-10-30 Thread Myles Watson
On Mon, Oct 26, 2009 at 1:05 PM, Myles Watson wrote: > > > On Mon, Oct 26, 2009 at 12:56 PM, Stefan Reinauer > wrote: > >> 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. >

Re: [coreboot] [PATCH] cross compiler

2009-10-26 Thread Myles Watson
On Mon, Oct 26, 2009 at 12:56 PM, Stefan Reinauer wrote: > 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

Re: [coreboot] [PATCH] cross compiler

2009-10-26 Thread Stefan Reinauer
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. -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.o

[coreboot] [PATCH] cross compiler

2009-10-26 Thread Myles Watson
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. This is most of the way there, but doesn't work when CONFIG_CROSS_COMPILE is set. +ifeq ($(CONFIG_CROSS_COMPILE),y) +CC=$(CONFIG_CROSS_COMPILER) +CCSTRING=