Re: [PATCH 1/4] kbuild: allow global override of CC instrumentation

2017-10-17 Thread Will Deacon
On Mon, Oct 16, 2017 at 02:24:37PM +0100, Mark Rutland wrote: > Currently, we have a number of compiler instrumentation features, each > with its own overrides to disable instrumentation of a file or > directory. > > In a few cases, there are files with special ABI requirements, for which > we nee

[PATCH 1/4] kbuild: allow global override of CC instrumentation

2017-10-16 Thread Mark Rutland
Currently, we have a number of compiler instrumentation features, each with its own overrides to disable instrumentation of a file or directory. In a few cases, there are files with special ABI requirements, for which we need to avoid all instrumentation. Having to apply each override manually is