diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-17 17:10:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-17 17:10:09 +0200 |
commit | 421130c9ba8cd58d3ddf4f5097012046869662f5 (patch) | |
tree | 33ffd786c07b9ec0458be0f4a3285449909d13c0 /toolchain/elf2flt | |
parent | b8f8a434e2415b7a5239bfef720f9e9566f863fd (diff) |
elf2ft: fix binutis version
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 70a02a24d..c258ff082 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -9,8 +9,8 @@ include $(ADK_TOPDIR)/mk/buildhlp.mk ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y) BINUTILS_VERSION:= git endif -ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_36_1),y) -BINUTILS_VERSION:= 2.36.1 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_37),y) +BINUTILS_VERSION:= 2.37 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) BINUTILS_VERSION:= 2.28 |