Ver código fonte

elf2flt: add binutils 2.44

Waldemar Brodkorb 11 meses atrás
pai
commit
0a9473d58f
1 arquivos alterados com 4 adições e 0 exclusões
  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_44),y)
+BINUTILS_VERSION:=	2.44
+BFDLIB:=		.libs/libbfd.a
+endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43_1),y)
 BINUTILS_VERSION:=	2.43.1
 BFDLIB:=		.libs/libbfd.a