commit | 6dd3f13e4239a8c2b1e60687d7321bc0df614f33 | [log] [tgz] |
---|---|---|
author | Michal Marek <[email protected]> | Thu Jul 16 18:23:53 2015 +0200 |
committer | Michal Marek <[email protected]> | Wed Jul 22 17:44:04 2015 +0200 |
tree | 7d148e25d689adf8f5633fc7f73a2c565cc0f915 | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 [diff] |
kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environment Initialize the ARCH_* overrides before including the arch Makefile, to avoid picking up the values from the environment. The variables can still be overriden on the make command line, but this won't happen by accident. Signed-off-by: Michal Marek <[email protected]>