aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Van Oostenryck <[email protected]>2017-10-31 18:22:02 +0100
committerMark Salter <[email protected]>2018-04-10 09:58:58 -0400
commit85fa2cc51104ee5b529ce85b12f4c8421888544f (patch)
tree8c775705f51d8c92a463e354955b85b32e0db965
parent319938bd6f07e59ba55dff0abb3b51f5230a8f24 (diff)
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 <[email protected]> To: Aurelien Jacquiot <[email protected]> CC: [email protected] Signed-off-by: Luc Van Oostenryck <[email protected]> Signed-off-by: Mark Salter <[email protected]>
-rw-r--r--arch/c6x/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/Makefile b/arch/c6x/Makefile
index 6f6096ff05a4..6ab942e6c534 100644
--- a/arch/c6x/Makefile
+++ b/arch/c6x/Makefile
@@ -25,6 +25,7 @@ KBUILD_AFLAGS += -mbig-endian
LINKFLAGS += -mbig-endian
KBUILD_LDFLAGS += -mbig-endian
LDFLAGS += -EB
+CHECKFLAGS += -D_BIG_ENDIAN
endif
head-y := arch/c6x/kernel/head.o