From d616a884e24fe023abae074b56c7b58cf4eeaa2d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Aug 2024 07:34:58 +0200 Subject: elf2flt: add binutils 2.43 support --- toolchain/elf2flt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 8e5fec5a4..95ef02a52 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -10,6 +10,10 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) BINUTILS_VERSION:= git BFDLIB:= .libs/libbfd.a endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43),y) +BINUTILS_VERSION:= 2.43 +BFDLIB:= .libs/libbfd.a +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_42),y) BINUTILS_VERSION:= 2.42 BFDLIB:= .libs/libbfd.a -- cgit v1.2.3