Skip to content

Commit

Permalink
h8300: config update
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
ysat0 authored and aldot committed May 26, 2015
1 parent 274f3c8 commit 7a8856c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Rules.mak
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions extra/Configs/Config.h8300
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion extra/Configs/Config.in
Expand Up @@ -73,7 +73,7 @@ config TARGET_frv
bool "frv (BROKEN)"

config TARGET_h8300
bool "h8300 (BROKEN)"
bool "h8300"

config TARGET_hppa
bool "hppa"
Expand Down

0 comments on commit 7a8856c

Please sign in to comment.