From c216be4a49b4f8b95f5c3ac02564a44d5c6703b9 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Wed, 2 Aug 2023 12:14:38 +0200
Subject: binutils: add 2.41 for testing

---
 toolchain/elf2flt/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'toolchain/elf2flt/Makefile')

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
-- 
cgit v1.2.3