diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 00:53:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 00:53:40 +0200 |
commit | 9b1df6de17a2b9124f64aa21aa63b0e3f8791769 (patch) | |
tree | e06e4e6db35c271bf8f47546b59f40dce6a54ff8 /target/config/Config.in.compiler | |
parent | 0e13c45bf45d4e16c8a18e122823f380cf8c9f4e (diff) |
h8300: default to gcc 6.1, FLAT is static
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index f7b5847c2..ba41d89fb 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -25,6 +25,7 @@ default ADK_TOOLCHAIN_GCC_5_3_OR1K if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_XTENSA default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_BFIN default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_C6X +default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_H8300 default ADK_TOOLCHAIN_GCC_5_4_0 config ADK_TOOLCHAIN_GCC_GIT |