diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-21 13:46:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-21 13:49:02 +0100 |
commit | 7ca0749bf44551ada72dee01c5cfd8216daf1c9e (patch) | |
tree | 5891b2eb214f21c22ccd1dbd1e1d1f3b1fe6fbd4 /toolchain/elf2flt | |
parent | 66ac4859a2032637ec73444209d241b466dedf21 (diff) |
binutils: add 2.38 for testing
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 c258ff082..c1ee12ca6 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_37),y) -BINUTILS_VERSION:= 2.37 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_38),y) +BINUTILS_VERSION:= 2.38 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y) BINUTILS_VERSION:= 2.28 |