From 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Sun, 31 Aug 2008 22:48:33 +0900 Subject: sh: Add support SH2/SH2A which is CPU of Renesas Technology Add support SH2/SH2A basic function. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- examples/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 66b354daaf..b0a8853661 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -67,6 +67,9 @@ endif ifeq ($(ARCH),sh) LOAD_ADDR = 0x8C000000 +ifeq ($(CPU),sh2) +BIG_ENDIAN=y +endif endif ifeq ($(ARCH),sparc) -- cgit v1.2.1