[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 Signed-off-by: Simon Glass --- Changes in v4: - Add new patch to search for *cc instead of *gcc Changes in v3: None Changes in v2: None tools/buildman/toolchain.py | 2 +- 1 fi

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 Signed-off-by: Simon Glass --- Changes in v4: - Add new patch to search for *cc instead of *gcc Changes in v3: None Changes

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 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 >> Signed-off-by: Simon Glass >> --- >> >> Chang