summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-05-27 15:05:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-05-27 15:05:50 +0200
commit374b5b5dcd6690ee14267d69111fac3b3c8e550c (patch)
tree1e16d1165fa68209e28a93054f21f987911ea7d9 /target/config
parent4cbc1f59ccc37a0eefc825b2eca54f8656a06d3b (diff)
arc: gcc/binutils upstream works fine for hsdk/qemu and nsim
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils5
-rw-r--r--target/config/Config.in.compiler5
2 files changed, 0 insertions, 10 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index b560a22b2..95f6c0ab7 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -3,7 +3,6 @@
choice
prompt "Binutils version"
-default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_BINUTILS_KVX if ADK_TARGET_ARCH_KVX
default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
@@ -33,10 +32,6 @@ config ADK_TOOLCHAIN_BINUTILS_2_28
bool "2.28"
depends on ADK_TARGET_CPU_SH_J2
-config ADK_TOOLCHAIN_BINUTILS_ARC
- bool "arc-2022.09"
- depends on ADK_TARGET_ARCH_ARC
-
config ADK_TOOLCHAIN_BINUTILS_KVX
bool "kvx-coolidge"
depends on ADK_TARGET_ARCH_KVX
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index bbb474ef8..5518e0718 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_KVX if ADK_TARGET_ARCH_KVX
default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG
@@ -81,10 +80,6 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_ARCH_LOONGARCH
-config ADK_TOOLCHAIN_GCC_ARC
- bool "arc-2022.09"
- depends on ADK_TARGET_ARCH_ARC
-
config ADK_TOOLCHAIN_GCC_AVR32
bool "4.4.7-avr32"
depends on ADK_TARGET_ARCH_AVR32