Re: [PATCH] dtoc: Allow overriding cc with $CC

2021-06-07 Thread Alper Nebi Yasak
On 07/06/2021 18:48, Simon Glass wrote: > From: Patrick Georgi > > The Chromium OS build system isn't particularly happy about using cc > directly and fails the build when doing so. > > Update it to allow overriding this. > > Signed-off-by: Patrick Georgi > Signed-off-by: Simon Glass > --- >

[PATCH] dtoc: Allow overriding cc with $CC

2021-06-07 Thread Simon Glass
From: Patrick Georgi The Chromium OS build system isn't particularly happy about using cc directly and fails the build when doing so. Update it to allow overriding this. Signed-off-by: Patrick Georgi Signed-off-by: Simon Glass --- tools/dtoc/fdt_util.py | 1 + 1 file changed, 1 insertion(+)