diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-03-03 15:01:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-03-03 15:01:12 +0100 |
commit | b2235e2aacb0c9f9d3c90935daac0f84629811ab (patch) | |
tree | 1f771884afdc865c68b63b1b26d67b76018b0623 /target/config/Config.in.binutils | |
parent | e7dde065d37c80298f1b9bc1d77eb44b8a1d41de (diff) |
binutils: update to 2.32
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 0becc7053..a91bda51f 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -9,7 +9,7 @@ default ADK_TOOLCHAIN_BINUTILS_CSKY if ADK_TARGET_ARCH_CSKY default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_2_28 if ADK_TARGET_CPU_SH_J2 default ADK_TOOLCHAIN_BINUTILS_2_29 if ADK_TARGET_ARCH_CRIS -default ADK_TOOLCHAIN_BINUTILS_2_31 +default ADK_TOOLCHAIN_BINUTILS_2_32 config ADK_TOOLCHAIN_BINUTILS_GIT bool "git" @@ -17,8 +17,8 @@ config ADK_TOOLCHAIN_BINUTILS_GIT depends on !ADK_TARGET_ARCH_CSKY depends on !ADK_TARGET_ARCH_NDS32 -config ADK_TOOLCHAIN_BINUTILS_2_31 - bool "2.31.1" +config ADK_TOOLCHAIN_BINUTILS_2_32 + bool "2.32" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY |