diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-24 17:31:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-24 20:02:50 +0200 |
commit | 9162b50f553369444930878e318a929509aa720f (patch) | |
tree | c0fb258a89285ffc1d3ec645de45f060aa81702d /toolchain/elf2flt/Makefile | |
parent | 61b1276b4d7ecf86f1dd37e4bef2d4676e47e88d (diff) |
elf2flt: remove old binutils versions
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r-- | toolchain/elf2flt/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 40b9fb410..4b8ffa7e7 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -9,12 +9,6 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) BINUTILS_VERSION:= git 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 ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) BINUTILS_VERSION:= 2.28 endif |