diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 20:34:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 20:34:26 +0200 |
commit | 37935120c7c9ff32fa25bc72c94eaa5055649716 (patch) | |
tree | 403597d0bb8d323e22a804dbd93531a4555a9036 /target/config/Config.in.binutils | |
parent | 57be530f81bc069a299d46054158774d46a4366f (diff) |
binutils: fix default
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 331e5c0fa..0becc7053 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_30 +default ADK_TOOLCHAIN_BINUTILS_2_31 config ADK_TOOLCHAIN_BINUTILS_GIT bool "git" |