diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 95f6c0ab7..eadb43692 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -14,6 +14,11 @@ config ADK_TOOLCHAIN_BINUTILS_GIT depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_KVX +config ADK_TOOLCHAIN_BINUTILS_2_41 + bool "2.41" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_KVX + config ADK_TOOLCHAIN_BINUTILS_2_40 bool "2.40" depends on !ADK_TARGET_ARCH_AVR32 |