[U-Boot] [PATCH v4 11/13] buildman: Search for *cc instead of *gcc for the compiler

2014-08-05 Thread Simon Glass
Compiler names normally end with cc, but not always gcc. So update the detection logic. Reported-by: Jeroen Hofstee jer...@myspectrum.nl Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Add new patch to search for *cc instead of *gcc Changes in v3: None Changes in v2: None

Re: [U-Boot] [PATCH v4 11/13] buildman: Search for *cc instead of *gcc for the compiler

2014-08-05 Thread Jeroen Hofstee
Hello Simon, On 05-08-14 16:47, Simon Glass wrote: Compiler names normally end with cc, but not always gcc. So update the detection logic. Reported-by: Jeroen Hofstee jer...@myspectrum.nl Signed-off-by: Simon Glass s...@chromium.org --- Changes in v4: - Add new patch to search for *cc instead

Re: [U-Boot] [PATCH v4 11/13] buildman: Search for *cc instead of *gcc for the compiler

2014-08-05 Thread Simon Glass
Hi Jeroen, On 5 August 2014 11:41, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Simon, On 05-08-14 16:47, Simon Glass wrote: Compiler names normally end with cc, but not always gcc. So update the detection logic. Reported-by: Jeroen Hofstee jer...@myspectrum.nl Signed-off-by: Simon