Thread (13 messages) flat view 13 messages, 4 authors, 2016-07-04

Re: [PATCH 5/6] powerpc/sparse: Pass endianness to sparse

From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-07-04 07:49:57

On Monday, July 4, 2016 5:09:41 PM CEST Daniel Axtens wrote:
quoted hunk ↗ jump to hunk
---
 arch/powerpc/Makefile | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 709a22a3e824..8617c71c3bdb 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -181,6 +181,11 @@ KBUILD_CFLAGS      += -pipe -Iarch/$(ARCH) $(CFLAGS-y)
 CPP            = $(CC) -E $(KBUILD_CFLAGS)
 
 CHECKFLAGS     += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__
+ifdef CONFIG_CPU_BIG_ENDIAN
+CHECKFLAGS     += -D__BIG_ENDIAN__
+else
+CHECKFLAGS     += -D__LITTLE_ENDIAN__
+endif
 
 KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o
Looks good, thanks!

I've taken a short look at the other patches in the series too and found
a few minor glitches, the rest looks good to me.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help