summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-08 21:13:29 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-08-08 21:13:39 +0200
commitbdd21355f50f838e8800eff33e77fd900b7f50e6 (patch)
treed0e23baa02d8fd3eea0c44d42dd2af60bd72d827 /toolchain/elf2flt/Makefile
parentdaafed04398891141f1096b2bf92a4aeae00b725 (diff)
binutils: add 2.27 support, relax choice for blackfin and add required upstream patch
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 bde4b335e..b0daa414a 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -18,6 +18,9 @@ endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26_1),y)
BINUTILS_VERSION:= 2.26.1
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_27),y)
+BINUTILS_VERSION:= 2.27
+endif
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \