Browse Source

elf2flt: add binutils 2.43 support

Waldemar Brodkorb 9 months ago
parent
commit
d616a884e2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      toolchain/elf2flt/Makefile

+ 4 - 0
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