From bdd21355f50f838e8800eff33e77fd900b7f50e6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 8 Aug 2016 21:13:29 +0200 Subject: binutils: add 2.27 support, relax choice for blackfin and add required upstream patch --- toolchain/elf2flt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/elf2flt') 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); \ -- cgit v1.2.3