summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-22 22:40:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-23 19:57:30 +0200
commit0029978210c660c21803c355e10fb5faf2188430 (patch)
treebd8fef25f04766aa0b211a1d5f55fc9258f1995f /toolchain/elf2flt/Makefile
parent949733be25ad16626420d3732374881eac104309 (diff)
binutils: update to 2.29.1
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index fd5fe19a4..244b61f67 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -10,7 +10,7 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
-BINUTILS_VERSION:= 2.29
+BINUTILS_VERSION:= 2.29.1
endif
$(WRKBUILD)/.configured: