summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
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/elf2flt/Makefile
parentc77086b5f7e42ac48b84c3d9cddec20701f28385 (diff)
bfin: fix toolchain compile
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile4
1 files changed, 2 insertions, 2 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