Skip to content

Commit

Permalink
[PATCH] m32r: set CHECKFLAGS properly
Browse files Browse the repository at this point in the history
We do _not_ need "sparse" in sparse arguments ;-)

What we do need is __BIG_ENDIAN__; right now unconditional, when m32r
starts using CPU_LITTLE_ENDIAN, we'll need to adjust.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 27, 2005
1 parent 24558a0 commit c74dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m32r/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aflags-$(CONFIG_ISA_M32R) += -DNO_FPU -Wa,-no-bitinst
CFLAGS += $(cflags-y)
AFLAGS += $(aflags-y)

CHECKFLAGS := $(CHECK) -D__m32r__
CHECKFLAGS += -D__m32r__ -D__BIG_ENDIAN__=1

head-y := arch/m32r/kernel/head.o arch/m32r/kernel/init_task.o

Expand Down

0 comments on commit c74dbac

Please sign in to comment.