sh: First support code of SuperH.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
@@ -61,6 +61,11 @@ ifeq ($(ARCH),avr32)
|
||||
LOAD_ADDR = 0x00000000
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),sh)
|
||||
LOAD_ADDR = 0x8C000000
|
||||
endif
|
||||
|
||||
|
||||
include $(TOPDIR)/config.mk
|
||||
|
||||
ELF = hello_world
|
||||
|
||||
Reference in New Issue
Block a user