diff options
| author | Sam Ravnborg <[email protected]> | 2005-04-30 16:51:42 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-04-30 16:51:42 -0700 |
| commit | e8e6993178344eb348f60f05b16d9dc30db3b9cf (patch) | |
| tree | ddb7d643d247c1f7650245794433b7c1eec92331 /scripts/basic | |
| parent | b3d9ae4b98f6d28481d4d4b768d860a2cfb5805d (diff) | |
[PATCH] kbuild: Set NOSTDINC_FLAGS late to speed up compile (a little)
Move definition of NOSTDINC_FLAGS below inclusion of arch Makefile, so
any arch specific settings to $(CC) takes effect before looking up the
compiler include directory.
The previous solution that replaced ':=' with '=' caused gcc to be
invoked one additional time for each directory visited.
This decreases kernel compile time with 0.1 second (3.6 -> 3.5 seconds) when
running make on a fully built kernel
Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions