From 8048fd053783e8781d8690146734f280cbfac721 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 26 Sep 2005 06:19:28 +0100 Subject: [PATCH] --- yaml --- r: 9304 b: refs/heads/master c: c74dbac71419cdeaca8cd637ee666d6947961695 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m32r/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ed0bd079b403..3c5fdf17899e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24558a0f7a00fccd19a6e6502956463f056ce90e +refs/heads/master: c74dbac71419cdeaca8cd637ee666d6947961695 diff --git a/trunk/arch/m32r/Makefile b/trunk/arch/m32r/Makefile index dd4418d846e9..983d438b14b6 100644 --- a/trunk/arch/m32r/Makefile +++ b/trunk/arch/m32r/Makefile @@ -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