Explorar el Código

elf2flt: add binutils 2.30

Waldemar Brodkorb hace 6 años
padre
commit
2aab505e02
Se han modificado 1 ficheros con 3 adiciones y 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