commit | 5b6918e19c8c9d2fdc38e773bb612ce899b6cb70 | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Aug 31 22:48:33 2008 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Aug 31 22:48:33 2008 +0900 |
tree | a6139313961a40af786cdf43dceef92660400750 | |
parent | 52f73c0361cee74f5f591d771cde2658ab010350 [diff] [blame] |
sh: Add support SH2/SH2A which is CPU of Renesas Technology Add support SH2/SH2A basic function. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/examples/Makefile b/examples/Makefile index 66b354d..b0a8853 100644 --- a/examples/Makefile +++ b/examples/Makefile
@@ -67,6 +67,9 @@ ifeq ($(ARCH),sh) LOAD_ADDR = 0x8C000000 +ifeq ($(CPU),sh2) +BIG_ENDIAN=y +endif endif ifeq ($(ARCH),sparc)