Re: [U-Boot] [PATCH] tools/env: fix cross-compilation

2012-01-07 Thread Mike Frysinger
On Thursday 05 January 2012 18:25:52 Grant Erickson wrote: > On Jan 5, 2012, at 3:18 PM, Mike Frysinger wrote: > > On Thursday 22 December 2011 13:39:35 Grant Erickson wrote: > >> This patch fixes the make infrastructure for the fw_printenv tool such > >> that it is built, by default, as a cross-co

Re: [U-Boot] [PATCH] tools/env: fix cross-compilation

2012-01-05 Thread Grant Erickson
On Jan 5, 2012, at 3:18 PM, Mike Frysinger wrote: > On Thursday 22 December 2011 13:39:35 Grant Erickson wrote: >> This patch fixes the make infrastructure for the fw_printenv tool such >> that it is built, by default, as a cross-compilation for the target >> board when so requested with TOOLSUBDIR

Re: [U-Boot] [PATCH] tools/env: fix cross-compilation

2012-01-05 Thread Mike Frysinger
On Thursday 22 December 2011 13:39:35 Grant Erickson wrote: > This patch fixes the make infrastructure for the fw_printenv tool such > that it is built, by default, as a cross-compilation for the target > board when so requested with TOOLSUBDIRS on the U-Boot make command > line. how is this any s

[U-Boot] [PATCH] tools/env: fix cross-compilation

2011-12-22 Thread Grant Erickson
This patch fixes the make infrastructure for the fw_printenv tool such that it is built, by default, as a cross-compilation for the target board when so requested with TOOLSUBDIRS on the U-Boot make command line. Signed-off-by: Grant Erickson --- tools/env/Makefile | 18 +- too