commit | 2633cbba6d427a3778deecd8c7e165e605ad60ac | [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 | 61fe6ad40f095c8cd99126c664cd8999abb926a7 [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>