diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 13e913231..ea3a50d16 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -15,6 +15,12 @@ config ADK_TOOLCHAIN_BINUTILS_GIT 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_BFIN + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TOOLCHAIN_BINUTILS_2_34 bool "2.34" depends on ADK_TARGET_ARCH_BFIN # ld segfault for FDPIC |