diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 12:14:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 12:14:38 +0200 |
commit | c216be4a49b4f8b95f5c3ac02564a44d5c6703b9 (patch) | |
tree | d23c3be4461ddacef0ed83b53ca80fe92e31a9df /target/config | |
parent | 6805e3b098f5a78c44cdb9e6ed44ee8520f03773 (diff) |
binutils: add 2.41 for testing
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 |