From d2ca438e333ea3dd78c0d876e8ba5e8d1bcd108e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Aug 2020 13:30:43 +0200 Subject: elf2flt: update binutils --- toolchain/elf2flt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 4e815d5db..e1fa25b29 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -9,8 +9,8 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) BINUTILS_VERSION:= git endif -ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_34),y) -BINUTILS_VERSION:= 2.34 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_35),y) +BINUTILS_VERSION:= 2.35 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y) BINUTILS_VERSION:= 2.29.1 -- cgit v1.2.3