summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-05 09:42:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-05 09:42:36 +0100
commitdd7f6076476db449f510a90a1e4d2285dd971204 (patch)
tree6489fa6dc8ce736bf048b97a10ba987bc66eaf07 /toolchain/elf2flt/Makefile
parent235ad0e8e1b1bd4552451def05ec9f435f0c1eb7 (diff)
binutils: add 2.28, default to 2.28
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); \