
6 Jan
2012
6 Jan
'12
12:18 a.m.
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 simpler than the existing method ? make tools HOSTCC=some-random-target-gcc
the current tools/ subdir is consistent in its handling. this patch would break that. -mike