diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-26 02:56:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-26 02:56:44 +0200 |
commit | 9b9e19fa60f5dd7b1cf4d050715d665b9a39bd03 (patch) | |
tree | 93211dec82015476c2282fe2156063abff0b4ea4 /target/config/Config.in.binutils | |
parent | e5c70eefb5fccd26d054d5b56b3f51e0f6e117fa (diff) |
binutils: update to 2.43.1
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 2d45e62d6..75b43639a 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -8,14 +8,14 @@ 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_NDS32 if ADK_TARGET_ARCH_NDS32 -default ADK_TOOLCHAIN_BINUTILS_2_43 +default ADK_TOOLCHAIN_BINUTILS_2_43_1 config ADK_TOOLCHAIN_BINUTILS_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 -config ADK_TOOLCHAIN_BINUTILS_2_43 - bool "2.43" +config ADK_TOOLCHAIN_BINUTILS_2_43_1 + bool "2.43.1" depends on !ADK_TARGET_ARCH_AVR32 config ADK_TOOLCHAIN_BINUTILS_2_42 |