summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 18:42:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 18:42:46 +0100
commit136ec1da8230b3cbfe1040f3ca33dc5b62c498be (patch)
treeb9e3d901d15269025142aa8451e5fecdabd3926f /target/config
parent33e8ba23f073cdc68db294866381341dc77a17f5 (diff)
binutils: use 2.42 for j2, tested on Numato-Mimas v2
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils11
1 files changed, 6 insertions, 5 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 4af15eba9..c2d43bb0e 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -6,14 +6,12 @@ prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_CPU_ARC_ARC32
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_CPU_ARC_ARC64
default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2
default ADK_TOOLCHAIN_BINUTILS_2_38 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_42
config ADK_TOOLCHAIN_BINUTILS_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_KVX
config ADK_TOOLCHAIN_BINUTILS_2_42
bool "2.42"
@@ -36,10 +34,13 @@ config ADK_TOOLCHAIN_BINUTILS_2_39
config ADK_TOOLCHAIN_BINUTILS_2_38
bool "2.38"
- depends on ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_KVX
-config ADK_TOOLCHAIN_BINUTILS_2_28
- bool "2.28"
+config ADK_TOOLCHAIN_BINUTILS_2_37
+ bool "2.37"
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_KVX
config ADK_TOOLCHAIN_BINUTILS_ARC
bool "arc-2023.09"