Re: [U-Boot] [PATCH v3 2/4] kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC

2014-03-07 Thread Simon Glass
On 5 March 2014 00:59, Masahiro Yamada wrote: > Before this commit, USE_PRIVATE_LIBGCC was defined in > arch-specific config.mk and referenced in > arch/$(ARCH)/lib/Makefile. > > We are not happy about parsing config.mk again and again. > We have to keep the same behavior with a different way. > >

[U-Boot] [PATCH v3 2/4] kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC

2014-03-05 Thread Masahiro Yamada
Before this commit, USE_PRIVATE_LIBGCC was defined in arch-specific config.mk and referenced in arch/$(ARCH)/lib/Makefile. We are not happy about parsing config.mk again and again. We have to keep the same behavior with a different way. By adding "CONFIG_" prefix, this macro appears in include/au