diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-31 18:04:25 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-31 18:04:32 +0000 |
commit | 2aab505e02c5b2c8bba5e7970c056d3b8a335b46 (patch) | |
tree | 76ee6cc8ac3a716ae4feab626b6126298e9d59d5 /toolchain/elf2flt | |
parent | 6e7828656ae9fe0d7043d379e684e6335e9ce5c3 (diff) |
elf2flt: add binutils 2.30
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index e2281cd8c..76b1975a9 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_30),y) +BINUTILS_VERSION:= 2.30 +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y) BINUTILS_VERSION:= 2.29.1 endif |