summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:38:39 +0200
commit50229d9ba08af42c1e2e7db11c4760c085903156 (patch)
treedfd96bfc9f5dfac37bca9377fce72b385b23d13f /toolchain/elf2flt/Makefile
parent210b0b25ee2a8bc62f921a695835d04810516357 (diff)
binutils: update to 2.29
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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 4b8ffa7e7..fd5fe19a4 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_28),y)
-BINUTILS_VERSION:= 2.28
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
+BINUTILS_VERSION:= 2.29
endif
$(WRKBUILD)/.configured: