Browse Source

elf2flt: add binutils 2.34 case

Waldemar Brodkorb 3 years ago
parent
commit
ec78eb40b2
1 changed files with 3 additions and 0 deletions
  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