diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-24 23:10:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-24 23:10:37 +0200 |
commit | 2192c1d959f1f98a88bed9e9783598ceb2b6eaa8 (patch) | |
tree | 59f42dd91eee1c054e7aef676f142269096a0b73 /target/config | |
parent | 17ff347c0ea70f644d3796408f87026163d8f3a3 (diff) |
fr-v: allow to build gcc 6.1 linux toolchain
Diffstat (limited to 'target/config')
-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 ed980f394..170ff2dd7 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -26,6 +26,7 @@ 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_6_1_0 if ADK_TARGET_ARCH_FRV default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_CPU_MIPS_MIPS32R6 || ADK_TARGET_CPU_MIPS64_MIPS64R6 default ADK_TOOLCHAIN_GCC_5_4_0 |