From 259f343bf64e51869e37232bd2eef9cd7f09e6ed Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 27 Jul 2015 21:53:52 +0200 Subject: add new binutils version --- toolchain/elf2flt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/elf2flt/Makefile') diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index c23c0cc11..67ae44955 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -18,6 +18,9 @@ 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 $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: -- cgit v1.2.3