diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-25 18:55:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-25 18:55:26 +0200 |
commit | 58cca187aa5f8f351b38619868cc0ff317cbbd25 (patch) | |
tree | df6bd819a871467783b912551d4ae251b15a135b | |
parent | efb44aeba2a442377389165c97bedb61eed661f9 (diff) |
musl: use binutils git for mips, because of a regression in 2.28
-rw-r--r-- | target/config/Config.in.binutils | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index ddefa7af2..3ee1e6d1c 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -6,6 +6,7 @@ prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32 +default ADK_TOOLCHAIN_BINUTILS_GIT if ADK_TARGET_ARCH_MIPS && ADK_TARGET_LIB_MUSL default ADK_TOOLCHAIN_BINUTILS_2_28 config ADK_TOOLCHAIN_BINUTILS_GIT |