From dfb00d0c8bd268a4cd689febe06d29ab9540a02a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 1 Jul 2016 16:58:41 +0200 Subject: elf2flt: update binutils version --- toolchain/elf2flt/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 57c1e8aaf..85df86702 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -15,14 +15,11 @@ endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y) BINUTILS_VERSION:= 2.24 endif -ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25),y) -BINUTILS_VERSION:= 2.25 -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 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26_1),y) +BINUTILS_VERSION:= 2.26.1 endif $(WRKBUILD)/.configured: -- cgit v1.2.3