
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 1245490407-22770-1-git-send-email-plagnioj@jcrosoft.com you wrote:
This patch moves the libgcc Makefile inclusion from the toplevel Makefile to the arch_config.mk files. This is in preparation for the ARM architecture to move away from including libgcc function and only using self-contained U-Boot functions as done in Linux.
Currently in the next branch all the ARM boards that use the nand are broken due to the adding of the 64 Bit device size support. In the past we have seen problems with different toolchains due to EABI, FPU as example. With this patch and the following one we move away from all these problems and we will be able to have full control to have a functions embedded into u-boot.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
NAK.
I think Mike Frysinger's proposal (see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/61892/focus=61896 and the rest of the thread) makes perfect sense: the default settings should be such that the majority of architectures just work as is, and only the deviating ones need to change the behavior.
Please rework as suggested and resubmit. Thanks.
Best regards,
Wolfgang Denk