On 22/01/2015 10:53, Christian Borntraeger wrote:
> rules.mak has a rule for .S files using CPP. This will result in
> errors like
> CPP s390-ccw/start.asm
> cc: error: unrecognized command line option '-Wbitwise'
>
> Lets also redefine CPP in case of --enable-sparse.
>
> Signed-off-by: Ch
rules.mak has a rule for .S files using CPP. This will result in
errors like
CPP s390-ccw/start.asm
cc: error: unrecognized command line option '-Wbitwise'
Lets also redefine CPP in case of --enable-sparse.
Signed-off-by: Christian Borntraeger
---
configure | 1 +
1 file changed, 1 inserti