On 2017/05/01 22:26, Jonathan Gray wrote:
> Update dtb to linux 4.11.
> 
> This also switches from the gcc4 module to clang.  Base gcc can't be
> used as gcc 4.2 cpp can't handle whitespace between '#' and 'include'.

Whitespace between # and include is ok, that's very common (usually for
nested ifdefs). The problem here is that the # isn't in the first column.

Changing to the clang module doesn't work, ecpp is called directly in
do-build.

Reply via email to