Re: [U-Boot] [PATCH] push CROSS_COMPILE out to $(ARCH)_config.mk

2009-07-19 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245036794-7396-1-git-send-email-vap...@gentoo.org> you wrote: > Each arch should handle setting a proper default CROSS_COMPILE value in > their own config.mk file rather than having to maintain a large ugly list > in the Makefile. By using conditional assignment,

Re: [U-Boot] [PATCH] push CROSS_COMPILE out to $(ARCH)_config.mk

2009-07-09 Thread Mike Frysinger
On Sunday 14 June 2009 23:33:14 Mike Frysinger wrote: > Each arch should handle setting a proper default CROSS_COMPILE value in > their own config.mk file rather than having to maintain a large ugly list > in the Makefile. By using conditional assignment, we don't have to worry > about the variabl