summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-01 16:58:41 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-07-01 16:58:41 +0200
commitdfb00d0c8bd268a4cd689febe06d29ab9540a02a (patch)
treee800e09fc8b1eaf51ddb4c67273b5326f410d0d4 /toolchain/elf2flt/Makefile
parent9f48ddf3bbd6c64b9d17e9e1ec755dce0b015f59 (diff)
elf2flt: update binutils version
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile7
1 files changed, 2 insertions, 5 deletions
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: