diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-24 02:06:22 +0900 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:19:39 -0500 |
commit | 8df92aac2ccb8fa20899c4b025e8dfaa7414919b (patch) | |
tree | 0e059e06303193358b7d58bf21271fdb9ae9c08f /extra/Configs/Config.h8300 | |
parent | 90edbb4e01e8a65ae7415af88bd194cea1aa0520 (diff) |
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>
Diffstat (limited to 'extra/Configs/Config.h8300')
-rw-r--r-- | extra/Configs/Config.h8300 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 458851b28..0c5486cdc 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -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" |