Browse Source

elf2flt: add binutils 2.30

Waldemar Brodkorb 6 years ago
parent
commit
2aab505e02
1 changed files with 3 additions and 0 deletions
  1. 3 0
      toolchain/elf2flt/Makefile

+ 3 - 0
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_30),y)
+BINUTILS_VERSION:=	2.30
+endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
 BINUTILS_VERSION:=	2.29.1
 endif