Re: [PATCH v5 21/31] kconfig: show compiler version text in the top comment

2018-06-08 Thread Geert Uytterhoeven
Hi Yamada-san, On Fri, Jun 8, 2018 at 9:04 AM, Masahiro Yamada wrote: > 2018-06-07 17:58 GMT+09:00 Masahiro Yamada : >> 2018-06-07 17:42 GMT+09:00 Geert Uytterhoeven : >>> On Mon, May 28, 2018 at 11:21 AM, Masahiro Yamada >>> wrote: The kernel configuration phase is now tightly coupled with

Re: [PATCH v5 21/31] kconfig: show compiler version text in the top comment

2018-06-08 Thread Masahiro Yamada
Hi Geert, 2018-06-07 17:58 GMT+09:00 Masahiro Yamada : > Hi Geert, > > > 2018-06-07 17:42 GMT+09:00 Geert Uytterhoeven : >> Hi Yamada-san, >> >> On Mon, May 28, 2018 at 11:21 AM, Masahiro Yamada >> wrote: >>> The kernel configuration phase is now tightly coupled with the compiler >>> in use. It

Re: [PATCH v5 21/31] kconfig: show compiler version text in the top comment

2018-06-07 Thread Masahiro Yamada
Hi Geert, 2018-06-07 17:42 GMT+09:00 Geert Uytterhoeven : > Hi Yamada-san, > > On Mon, May 28, 2018 at 11:21 AM, Masahiro Yamada > wrote: >> The kernel configuration phase is now tightly coupled with the compiler >> in use. It will be nice to show the compiler information in Kconfig. >> >> The

Re: [PATCH v5 21/31] kconfig: show compiler version text in the top comment

2018-06-07 Thread Geert Uytterhoeven
Hi Yamada-san, On Mon, May 28, 2018 at 11:21 AM, Masahiro Yamada wrote: > The kernel configuration phase is now tightly coupled with the compiler > in use. It will be nice to show the compiler information in Kconfig. > > The compiler information will be displayed like this: > > $ make ARCH=arm

[PATCH v5 21/31] kconfig: show compiler version text in the top comment

2018-05-28 Thread Masahiro Yamada
The kernel configuration phase is now tightly coupled with the compiler in use. It will be nice to show the compiler information in Kconfig. The compiler information will be displayed like this: $ make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- config scripts/kconfig/conf --oldaskconfig Kc