summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-11-30 07:21:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-11-30 07:21:45 +0100
commit82955941ccbc8d72d6a68053324e1a9cef69501b (patch)
treeaec369eb415b9cdb6810c228f017e225dbba34d2 /target/config/Config.in.compiler
parentdf686b6aef6a75ca1b4a41dbcc8325b543a8724d (diff)
arc: switch to upstream binutils and gcc
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 45aedd16a..e630e97c6 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -16,7 +16,6 @@ endchoice
choice
prompt "GCC version"
depends on ADK_BUILD_COMPILER_GCC
-default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_CSKY if ADK_TARGET_ARCH_CSKY
default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K
default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32
@@ -59,10 +58,6 @@ config ADK_TOOLCHAIN_GCC_NDS32
bool "4.9.4-nds32"
depends on ADK_TARGET_ARCH_NDS32
-config ADK_TOOLCHAIN_GCC_ARC
- bool "arc-2017.09-release"
- depends on ADK_TARGET_ARCH_ARC
-
config ADK_TOOLCHAIN_GCC_4_4
bool "4.4.7"
depends on ADK_TARGET_ARCH_AVR32