mirror of
https://git.busybox.net/uClibc
synced 2025-05-08 14:46:24 +08:00
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:
parent
274f3c8456
commit
7a8856c38c
@ -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
|
||||
|
@ -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"
|
||||
|
@ -73,7 +73,7 @@ config TARGET_frv
|
||||
bool "frv (BROKEN)"
|
||||
|
||||
config TARGET_h8300
|
||||
bool "h8300 (BROKEN)"
|
||||
bool "h8300"
|
||||
|
||||
config TARGET_hppa
|
||||
bool "hppa"
|
||||
|
Loading…
x
Reference in New Issue
Block a user