From ec78eb40b2263eeee4480c2931d0f9b504b324db Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 17 Sep 2020 07:08:53 +0200 Subject: elf2flt: add binutils 2.34 case --- toolchain/elf2flt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index e1fa25b29..77552fe1e 100644 --- a/toolchain/elf2flt/Makefile +++ b/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 -- cgit v1.2.3