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 ++-- toolchain/elf2flt/Makefile.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain') 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 diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index 6f5fa1273..30a3cebfe 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= elf2flt -PKG_VERSION:= 6d80ab6c93409e796f85da404bde84b841231531 +PKG_VERSION:= 7e33f28df198c46764021ed14408bd262751e148 PKG_GIT:= hash PKG_RELEASE:= 1 PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git -- cgit v1.2.3