Re: [U-Boot] [PATCH 1/2] Makefile: fix clang warnings due to clang support

2014-06-10 Thread Jeroen Hofstee
Hello Masahiro, On di, 2014-06-10 at 21:20 +0900, Masahiro Yamada wrote: > Hi Jeroen, > > > On Fri, 30 May 2014 15:45:27 +0200 > Jeroen Hofstee wrote: > > > Building u-boot tools with clang as a host compiler e.g. on > > FreeBSD with `gmake HOSTCC=clang CONFIG_USE_PRIVATE_LIBGCC=y tools` > > l

Re: [U-Boot] [PATCH 1/2] Makefile: fix clang warnings due to clang support

2014-06-10 Thread Masahiro Yamada
Hi Jeroen, On Fri, 30 May 2014 15:45:27 +0200 Jeroen Hofstee wrote: > Building u-boot tools with clang as a host compiler e.g. on > FreeBSD with `gmake HOSTCC=clang CONFIG_USE_PRIVATE_LIBGCC=y tools` > leads to many warnings [1] for every compiler invocation since > commit 598e2d33. Part of men

[U-Boot] [PATCH 1/2] Makefile: fix clang warnings due to clang support

2014-05-30 Thread Jeroen Hofstee
Building u-boot tools with clang as a host compiler e.g. on FreeBSD with `gmake HOSTCC=clang CONFIG_USE_PRIVATE_LIBGCC=y tools` leads to many warnings [1] for every compiler invocation since commit 598e2d33. Part of mentioned commit imports linux patches: - kbuild: LLVMLinux: Adapt warnings for c