h8300: config update

- New toolchain
- Add new flags

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
Yoshinori Sato 2015-05-24 02:06:22 +09:00 committed by Bernhard Reutner-Fischer
parent 274f3c8456
commit 7a8856c38c
3 changed files with 6 additions and 6 deletions

View File

@ -455,9 +455,8 @@ ifeq ($(TARGET_ARCH),sh64)
endif
ifeq ($(TARGET_ARCH),h8300)
SYMBOL_PREFIX=_
CPU_LDFLAGS-$(CONFIG_H8300H)+= -Wl,-ms8300h
CPU_LDFLAGS-$(CONFIG_H8S) += -Wl,-ms8300s
CPU_LDFLAGS-$(CONFIG_H8300H)+= -Wl,-mh8300h_linux
CPU_LDFLAGS-$(CONFIG_H8S) += -Wl,-mh8300s_linux
CPU_CFLAGS-$(CONFIG_H8300H) += -mh -mint32
CPU_CFLAGS-$(CONFIG_H8S) += -ms -mint32
endif

View File

@ -10,9 +10,10 @@ config TARGET_ARCH
config FORCE_OPTIONS_FOR_ARCH
bool
default y
select ARCH_ANY_ENDIAN
select ARCH_BIG_ENDIAN
select ARCH_HAS_NO_MMU
select ARCH_HAS_DEPRECATED_SYSCALLS
select ARCH_HAS_NO_LDSO
select HAVE_NO_PIC
choice
prompt "Target Processor"

View File

@ -73,7 +73,7 @@ config TARGET_frv
bool "frv (BROKEN)"
config TARGET_h8300
bool "h8300 (BROKEN)"
bool "h8300"
config TARGET_hppa
bool "hppa"