Monday, May 01, 2017

Re: UPDATE sysutils/dtb to linux 4.11

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.

No comments:

Post a Comment