summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-01 12:54:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-01 13:16:46 +0200
commit0a2f68da2a1519596846f7968ca6ef308da2b819 (patch)
tree67f2a262f8a05ae2c98f5086c97dd602a2de5cde /toolchain
parentc77086b5f7e42ac48b84c3d9cddec20701f28385 (diff)
bfin: fix toolchain compile
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/elf2flt/Makefile4
-rw-r--r--toolchain/elf2flt/Makefile.inc2
2 files changed, 3 insertions, 3 deletions
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