summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index b0daa414a..40b9fb410 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -9,18 +9,15 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk
ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
-BINUTILS_VERSION:= 2.24
-endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25_1),y)
-BINUTILS_VERSION:= 2.25.1
-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
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \