From 0a2f68da2a1519596846f7968ca6ef308da2b819 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Oct 2019 12:54:04 +0200 Subject: bfin: fix toolchain compile --- toolchain/elf2flt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 4489e71af..dc7f32607 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_31),y) -BINUTILS_VERSION:= 2.31.1 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_32),y) +BINUTILS_VERSION:= 2.32 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y) BINUTILS_VERSION:= 2.29.1 -- cgit v1.2.3