commit | 32b209bfea25f6372894edc528d526070bb14e22 | [log] [tgz] |
---|---|---|
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | Tue Feb 25 11:25:08 2020 +0100 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Tue Mar 31 11:34:16 2020 +0000 |
tree | 461634be56afcf6a09620b762a352560bd41d1b1 | |
parent | 27c5e15ee4b5d4b57852667ef362d9821349547b [diff] |
Makefile: don't use $(CC) before value is explicit set Unless specified in the environment, $(CC) expands to some generic host C compiler like cc or c99. We set our own value for $(CC), but only few lines later. Move the first use of the $(CC) variable behind the definition to correct this. Change-Id: I45344e063d21ddfe22b7ad77954e85c1c46087bd Fixes: 1684b8733 ("Use clang assembler when clang compiler is used") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>