diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 05:20:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-17 05:20:07 +0200 |
commit | 5e4dd560bc1ae68767c6454fa5669458fe14a88e (patch) | |
tree | bd3f4089344c494ad58851bb02c1d620441c8722 /target/config/Config.in.binutils | |
parent | dd3671cee1580541c8c03fa8d94baa3d092bb964 (diff) |
binutils: downgrade for bfin, ld segfaults for FDPIC toolchain building
Diffstat (limited to 'target/config/Config.in.binutils')
-rw-r--r-- | target/config/Config.in.binutils | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 7e9e70de2..13e913231 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -6,19 +6,18 @@ prompt "Binutils version" default ADK_TOOLCHAIN_BINUTILS_AVR32 if ADK_TARGET_ARCH_AVR32 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_34 if ADK_TARGET_ARCH_BFIN default ADK_TOOLCHAIN_BINUTILS_2_35 config ADK_TOOLCHAIN_BINUTILS_GIT bool "git" depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_CSKY + depends on !ADK_TARGET_ARCH_BFIN depends on !ADK_TARGET_ARCH_NDS32 -config ADK_TOOLCHAIN_BINUTILS_2_35 - bool "2.35" - depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_NDS32 - depends on !ADK_TARGET_CPU_SH_J2 +config ADK_TOOLCHAIN_BINUTILS_2_34 + bool "2.34" + depends on ADK_TARGET_ARCH_BFIN # ld segfault for FDPIC config ADK_TOOLCHAIN_BINUTILS_2_28 bool "2.28" |