c6x: pass endianness info to sparse
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Tue, 31 Oct 2017 17:22:02 +0000 (18:22 +0100)
committerMark Salter <msalter@redhat.com>
Tue, 10 Apr 2018 13:58:58 +0000 (09:58 -0400)
commit85fa2cc51104ee5b529ce85b12f4c8421888544f
tree8c775705f51d8c92a463e354955b85b32e0db965
parent319938bd6f07e59ba55dff0abb3b51f5230a8f24
c6x: pass endianness info to sparse

c6x depends on the macro '_BIG_ENDIAN' being defined or not
to correctly select or define endian-specific macros, structures
or pieces of code.

This macro is predefined by the compiler but sparse knows nothing
about it and thus may pre-process files differently from what
gcc would.

Fix this by passing '-D_BIG_ENDIAN' when compiling a big-endian
kernel, like GCC would have done.

To: Mark Salter <msalter@redhat.com>
To: Aurelien Jacquiot <a-jacquiot@ti.com>
CC: linux-c6x-dev@linux-c6x.org
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
arch/c6x/Makefile