summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-07-31 10:08:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-04 02:43:13 +0200
commitcb9958d31b68bf56a9dc18af40c726adde5842c3 (patch)
tree8e8ae44bf37248ec0740b0c2ad66eea8648d2c12 /target/config/Config.in.compiler
parent13823c84f03e96c2fb9a06dbe4eef31b4833a427 (diff)
update mpfr, binutils, linux. remove arc specific binutils/gcc
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 98640ea17..0496ef8a6 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -12,7 +12,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_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_LM32 if ADK_TARGET_ARCH_LM32
default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG
@@ -31,7 +30,6 @@ config ADK_TOOLCHAIN_GCC_GIT
config ADK_TOOLCHAIN_GCC_9
bool "9.3.0"
- depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
@@ -40,7 +38,6 @@ config ADK_TOOLCHAIN_GCC_9
config ADK_TOOLCHAIN_GCC_8
bool "8.4.0"
- depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_METAG
@@ -58,10 +55,6 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
-config ADK_TOOLCHAIN_GCC_ARC
- bool "arc-2019.03-release"
- depends on ADK_TARGET_ARCH_ARC
-
config ADK_TOOLCHAIN_GCC_AVR32
bool "4.4.7-avr32"
depends on ADK_TARGET_ARCH_AVR32