Re: [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-12-20 Thread Doug Anderson
Hi, On Tue, Dec 19, 2017 at 5:18 PM, Dave Hansen wrote: > I'm seeing some build breakage that I bisected to commit 4e56207130eda: > >> CC kernel/bounds.s >> In file included from >> /home/davehans/linux.git/include/asm-generic/bug.h:15:0, >> from

Re: [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-12-20 Thread Doug Anderson
Hi, On Tue, Dec 19, 2017 at 5:18 PM, Dave Hansen wrote: > I'm seeing some build breakage that I bisected to commit 4e56207130eda: > >> CC kernel/bounds.s >> In file included from >> /home/davehans/linux.git/include/asm-generic/bug.h:15:0, >> from

Re: [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-12-19 Thread Dave Hansen
I'm seeing some build breakage that I bisected to commit 4e56207130eda: > CC kernel/bounds.s > In file included from /home/davehans/linux.git/include/asm-generic/bug.h:15:0, > from /home/davehans/linux.git/arch/x86/include/asm/bug.h:81, > from

Re: [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-12-19 Thread Dave Hansen
I'm seeing some build breakage that I bisected to commit 4e56207130eda: > CC kernel/bounds.s > In file included from /home/davehans/linux.git/include/asm-generic/bug.h:15:0, > from /home/davehans/linux.git/arch/x86/include/asm/bug.h:81, > from

[PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-10-16 Thread Douglas Anderson
These are a few stragglers that I left out of the original patch to cache calls to the C compiler ("kbuild: Add a cache for generated variables") because they bleed out into the main Makefile and thus uglify things a little bit. The idea is the same here, though. Signed-off-by: Douglas Anderson

[PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

2017-10-16 Thread Douglas Anderson
These are a few stragglers that I left out of the original patch to cache calls to the C compiler ("kbuild: Add a cache for generated variables") because they bleed out into the main Makefile and thus uglify things a little bit. The idea is the same here, though. Signed-off-by: Douglas Anderson