Re: [PATCH] kbuild: Fix optimization level choice default

2017-10-05 Thread Masahiro Yamada
2017-10-04 16:27 GMT+09:00 Arnd Bergmann : > On Wed, Oct 4, 2017 at 1:53 AM, Ulf Magnusson wrote: >> The choice containing the CC_OPTIMIZE_FOR_PERFORMANCE symbol >> accidentally added a "CONFIG_" prefix when trying to make it the >> default, selecting an undefined symbol as the default. >> >> The

Re: [PATCH] kbuild: Fix optimization level choice default

2017-10-04 Thread Arnd Bergmann
On Wed, Oct 4, 2017 at 1:53 AM, Ulf Magnusson wrote: > The choice containing the CC_OPTIMIZE_FOR_PERFORMANCE symbol > accidentally added a "CONFIG_" prefix when trying to make it the > default, selecting an undefined symbol as the default. > > The mistake is harmless here: Since the default symbol

[PATCH] kbuild: Fix optimization level choice default

2017-10-03 Thread Ulf Magnusson
The choice containing the CC_OPTIMIZE_FOR_PERFORMANCE symbol accidentally added a "CONFIG_" prefix when trying to make it the default, selecting an undefined symbol as the default. The mistake is harmless here: Since the default symbol is not visible, the choice falls back on using the visible sym