Explorar o código

elf2flt: add binutils 2.30

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
2aab505e02
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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