All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc: pass endianness info to sparse
@ 2017-10-31 17:22 Luc Van Oostenryck
  2017-11-02  5:41 ` Sam Ravnborg
  2017-11-02  6:14 ` Luc Van Oostenryck
  0 siblings, 2 replies; 3+ messages in thread
From: Luc Van Oostenryck @ 2017-10-31 17:22 UTC (permalink / raw)
  To: sparclinux

sparc is big-endian only but sparse assumes the same endianness
as the building machine.
This is problematic for code which expect __BYTE_ORDER__ being
correctly predefined by the compiler which sparse can then
pre-process differently from what gcc would, depending on the
building machine endianness.

Fix this by letting sparse know about the architecture endianness.

To: David S. Miller <davem@davemloft.net>
CC: sparclinux@vger.kernel.org
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 arch/sparc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile
index 8496a074b..ef1598f5a 100644
--- a/arch/sparc/Makefile
+++ b/arch/sparc/Makefile
@@ -55,6 +55,8 @@ endif
 
 endif
 
+CHECKFLAGS     += -mbig-endian
+
 head-y                 := arch/sparc/kernel/head_$(BITS).o
 
 # See arch/sparc/Kbuild for the core part of the kernel
-- 
2.14.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-02  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31 17:22 [PATCH] sparc: pass endianness info to sparse Luc Van Oostenryck
2017-11-02  5:41 ` Sam Ravnborg
2017-11-02  6:14 ` Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.