summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-05 15:32:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-05 17:34:50 +0100
commit5d9eedc6f4fe00e1e76dd1f06af690fe1fb775eb (patch)
treea8d4b014ed32712f9744fbdae97b10ddbb1772e8 /target/config
parent0f1c941e0a61012b662023df404ec0f6eb10559c (diff)
binutils: update to 2.42, fix kvx gcc/linux using the latest version from github
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 4bc9e36e4..4af15eba9 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -6,16 +6,19 @@ 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_KVX if ADK_TARGET_ARCH_KVX
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_41
+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"
+ depends on !ADK_TARGET_ARCH_AVR32
+
config ADK_TOOLCHAIN_BINUTILS_2_41
bool "2.41"
depends on !ADK_TARGET_ARCH_AVR32