Explorar o código

elf2flt: add binutils 2.34 case

Waldemar Brodkorb %!s(int64=5) %!d(string=hai) anos
pai
achega
ec78eb40b2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      toolchain/elf2flt/Makefile

+ 3 - 0
toolchain/elf2flt/Makefile

@@ -12,6 +12,9 @@ endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_35),y)
 BINUTILS_VERSION:=	2.35
 endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_34),y)
+BINUTILS_VERSION:=	2.34
+endif
 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
 BINUTILS_VERSION:=	2.29.1
 endif