Re: [PATCH] kbuild: use -E instead of -c for __cc-option

2019-07-06 Thread Masahiro Yamada
On Sat, Jul 6, 2019 at 11:37 PM Masahiro Yamada wrote: > > On Fri, Jun 28, 2019 at 2:13 PM Masahiro Yamada > wrote: > > > > Use -E instead of -c like scripts/Kconfig.include > > This makes the compiler flag evaluation slightly faster. > > > > Signed-off-by: Masahiro Yamada > > --- > > Applied to

Re: [PATCH] kbuild: use -E instead of -c for __cc-option

2019-07-06 Thread Masahiro Yamada
On Fri, Jun 28, 2019 at 2:13 PM Masahiro Yamada wrote: > > Use -E instead of -c like scripts/Kconfig.include > This makes the compiler flag evaluation slightly faster. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild. > scripts/Kbuild.include | 2 +- > 1 file changed, 1 inser

[PATCH] kbuild: use -E instead of -c for __cc-option

2019-06-27 Thread Masahiro Yamada
Use -E instead of -c like scripts/Kconfig.include This makes the compiler flag evaluation slightly faster. Signed-off-by: Masahiro Yamada --- scripts/Kbuild.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index f641bb0a