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 /toolchain/elf2flt/Makefile | |
parent | 6805e3b098f5a78c44cdb9e6ed44ee8520f03773 (diff) |
binutils: add 2.41 for testing
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r-- | toolchain/elf2flt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 4faa2e687..7b7d60c36 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -9,6 +9,9 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) BINUTILS_VERSION:= git endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_41),y) +BINUTILS_VERSION:= 2.41 +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_40),y) BINUTILS_VERSION:= 2.40 endif |