summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-31 11:33:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-02-03 09:56:38 +0100
commit8d12c84b5b23a5fa9082d6246f788d25b50b8653 (patch)
tree5130c071f07a7a28db86b489d06389d2ea2fbe4d /toolchain/elf2flt/Makefile
parent53ad4fe57a1d4bb39efb68eb9d06b941275fe59b (diff)
binutils: update to 2.40
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index d1db7c804..4faa2e687 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -9,6 +9,9 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk
ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
endif
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_40),y)
+BINUTILS_VERSION:= 2.40
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_39),y)
BINUTILS_VERSION:= 2.39
endif