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 jack.mitch...@dbbroadcast.co.uk Add support for defining the gcc lib in standalone examples as is done in the main u-boot Makefile Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk ---

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 jack.mitch...@dbbroadcast.co.uk Add support for defining the gcc lib in standalone examples as is done in the main u-boot Makefile Signed-off-by: Jack Mitchell jack.mitch...@dbbroadcast.co.uk Applied to

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 m...@communistcode.co.uk 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

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 m...@communistcode.co.uk 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

[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