Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-19 Thread Masahiro Yamada
Hi Jeroen, On Tue, 17 Jun 2014 20:45:05 +0200 Jeroen Hofstee dasub...@myspectrum.nl wrote: There is some issue with this in current master I guess. I haven't bothered too much, but I think the one liner cause gcc to be called even if both compilers are set to clang. With a separate config

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-19 Thread Masahiro Yamada
Hi Jeroen, On Tue, 17 Jun 2014 20:45:05 +0200 Jeroen Hofstee dasub...@myspectrum.nl wrote: [jeroen@freebsd /usr/home/jeroen/u-boot]$ gmake CC=cc HOSTCC=cc V=1 NO_SDL=1 sandbox_config tools set -e; \ for i in sandbox_config tools; do \ gmake -f /usr/home/jeroen/u-boot/Makefile $i; \

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-17 Thread Jeroen Hofstee
Hello Masahiro, On 17-06-14 03:42, Masahiro Yamada wrote: On Mon, 16 Jun 2014 19:58:28 +0200 Jeroen Hofstee dasub...@myspectrum.nl wrote: Hello Masahiro, On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab

[U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration and make all Surprisingly it had not been working in Linux Kernel for a long time. So I sent back the patch to the Linux Kbuild community and it was accepted with a

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Jeroen Hofstee
Hello Masahiro, On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration and make all Surprisingly it had not been working in Linux Kernel for a long time.

Re: [U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1

2014-06-16 Thread Masahiro Yamada
On Mon, 16 Jun 2014 19:58:28 +0200 Jeroen Hofstee dasub...@myspectrum.nl wrote: Hello Masahiro, On ma, 2014-06-16 at 18:56 +0900, Masahiro Yamada wrote: make %_config all was supported for the first time in U-Boot: commit 53bca5ab kbuild: support simultaneous board configuration