diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 11:10:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 11:10:51 +0200 |
commit | 8d2b0f40a83c1e0544ab192a4236bf511d6ab506 (patch) | |
tree | f574930979576887ab1567fb744b6c75b148bf19 /toolchain/elf2flt | |
parent | 415c9697fba9c481979b4905d36717856cfb5f14 (diff) |
binutils: update to 2.39
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 c1ee12ca6..d1db7c804 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_38),y) -BINUTILS_VERSION:= 2.38 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_39),y) +BINUTILS_VERSION:= 2.39 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) BINUTILS_VERSION:= 2.28 |