diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:31:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-09-21 18:31:08 +0200 |
commit | 23ed5797ca7fd6707532cdfce06e047503697fad (patch) | |
tree | cc48af39d74caa9c5a3fc77dc014b9b2fa5acd2c /toolchain/elf2flt/Makefile | |
parent | 7a604b393b51c196e765cf0e7121b56fc96b02f4 (diff) |
binutils: update to 2.31.1
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-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 76b1975a9..4489e71af 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_30),y) -BINUTILS_VERSION:= 2.30 +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_31),y) +BINUTILS_VERSION:= 2.31.1 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y) BINUTILS_VERSION:= 2.29.1 |