Re: [U-Boot] standalone-examples: support custom GCC lib

2013-09-10 Thread Tom Rini
On Tue, Jul 16, 2013 at 02:44:23PM +0100, Jack Mitchell wrote: > From: Jack Mitchell > > Add support for defining the gcc lib in standalone examples as is > done in the main u-boot Makefile > > Signed-off-by: Jack Mitchell > > --- > examples/standalone/Makefile | 15 +-- > 1 file

Re: [U-Boot] standalone-examples: support custom GCC lib

2013-09-06 Thread Tom Rini
On Tue, Jul 16, 2013 at 02:44:23PM +0100, Jack Mitchell wrote: > From: Jack Mitchell > > Add support for defining the gcc lib in standalone examples as is > done in the main u-boot Makefile > > Signed-off-by: Jack Mitchell Applied to u-boot/master, thanks! -- Tom signature.asc Description

Re: [U-Boot] standalone-examples: support custom GCC lib

2013-07-17 Thread Jack Mitchell
On 17/07/13 08:11, Albert ARIBAUD wrote: Hi Jack, On Tue, 16 Jul 2013 14:44:22 +0100, Jack Mitchell wrote: Fighting with compiling u-boot today and dealing with problems related to using a custom built openembedded toolchain, I found the need to specify a custom location for the GCC lib. Thi

Re: [U-Boot] standalone-examples: support custom GCC lib

2013-07-17 Thread Albert ARIBAUD
Hi Jack, On Tue, 16 Jul 2013 14:44:22 +0100, Jack Mitchell wrote: > Fighting with compiling u-boot today and dealing with problems related > to using a custom built openembedded toolchain, I found the need to > specify a custom location for the GCC lib. > > This is well supported when building

[U-Boot] standalone-examples: support custom GCC lib

2013-07-16 Thread Jack Mitchell
Fighting with compiling u-boot today and dealing with problems related to using a custom built openembedded toolchain, I found the need to specify a custom location for the GCC lib. This is well supported when building u-boot, but my compile was failing in the standalone examples, as there was no