summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-26 05:07:33 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-26 05:32:49 +0200
commit285cf52be98b027686534b0a8041bc91200e47ec (patch)
treee1e26555d87c71792b4f2b8dda3332958ad9c579 /target/config/Config.in.compiler
parentdc691fec88afc4ba5eb0d809b9ce9d19e9b039e2 (diff)
add bare-metal toolchain support for cr16 architecture
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 170ff2dd7..59b9f9dee 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_CR16
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
@@ -54,6 +55,7 @@ config ADK_TOOLCHAIN_GCC_5_4_0
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_C6X
+ depends on !ADK_TARGET_ARCH_CR16
depends on !ADK_TARGET_ARCH_FRV
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_M32R
@@ -71,6 +73,7 @@ config ADK_TOOLCHAIN_GCC_4_9_3
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_BFIN
depends on !ADK_TARGET_ARCH_C6X
+ depends on !ADK_TARGET_ARCH_CR16
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_OR1K