diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-21 13:46:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-21 13:49:02 +0100 |
commit | 7ca0749bf44551ada72dee01c5cfd8216daf1c9e (patch) | |
tree | 5891b2eb214f21c22ccd1dbd1e1d1f3b1fe6fbd4 /target/config | |
parent | 66ac4859a2032637ec73444209d241b466dedf21 (diff) |
binutils: add 2.38 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 481835238..af46e6ec2 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_38 + bool "2.38" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_KVX + config ADK_TOOLCHAIN_BINUTILS_2_37 bool "2.37" depends on !ADK_TARGET_ARCH_AVR32 |