diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:15:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-21 03:16:27 +0100 |
commit | 8e8a975211e384693fba48d9ab29c604769e1518 (patch) | |
tree | 2a58176278222d1a586fe9bf8fb611f068f8fa80 /target/config/Config.in.compiler | |
parent | 46eaacb6e6566987136c9573d7c24ad0d737de20 (diff) |
nds32: remove old binutils/gcc
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index e201505ed..89aa0989a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -17,7 +17,6 @@ default ADK_TOOLCHAIN_GCC_AVR32 if ADK_TARGET_ARCH_AVR32 default ADK_TOOLCHAIN_GCC_KVX if ADK_TARGET_ARCH_KVX default ADK_TOOLCHAIN_GCC_LM32 if ADK_TARGET_ARCH_LM32 default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG -default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_ARM11MPCORE default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_CORTEX_A53 default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_MICROBLAZE @@ -75,7 +74,7 @@ config ADK_TOOLCHAIN_GCC_7 depends on !ADK_TARGET_ARCH_OR1K config ADK_TOOLCHAIN_GCC_ARC - bool "arc-2020.09" + bool "arc-2021.09" depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_GCC_AVR32 @@ -94,8 +93,4 @@ config ADK_TOOLCHAIN_GCC_LM32 bool "4.5.4-lm32" depends on ADK_TARGET_ARCH_LM32 -config ADK_TOOLCHAIN_GCC_NDS32 - bool "nds32-6.3.0-open" - depends on ADK_TARGET_ARCH_NDS32 - endchoice |