Home
last modified time | relevance | path

Searched hist:"32 b209bfea25f6372894edc528d526070bb14e22" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/
H A DMakefile32b209bfea25f6372894edc528d526070bb14e22 Tue Feb 25 10:25:08 UTC 2020 Ahmad Fatoum <a.fatoum@pengutronix.de> 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>