summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-03 20:45:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-03 20:45:59 +0100
commit7638b65e8ffa8f13e49dbbccc81e709ab7776f02 (patch)
treeff9b0f776aa919e230cd1d0b81c3787639ac0840 /toolchain/elf2flt/Makefile
parentae10039aad9dc22d98d2e43e165ec5419de558c6 (diff)
add support for binutils 2.26
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index b33ee4490..57c1e8aaf 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -21,6 +21,9 @@ endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25_1),y)
BINUTILS_VERSION:= 2.25.1
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26),y)
+BINUTILS_VERSION:= 2.26
+endif
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \