diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-27 21:53:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-27 23:33:20 +0200 |
commit | 259f343bf64e51869e37232bd2eef9cd7f09e6ed (patch) | |
tree | 191c79dcf7f4aa68fff54bac23289f49c4dc802d /toolchain/elf2flt | |
parent | 3b690f450c1e20b893c8e3d78d88aa911ead4a3b (diff) |
add new binutils version
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 c23c0cc11..67ae44955 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -18,6 +18,9 @@ endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25),y) BINUTILS_VERSION:= 2.25 endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_25_1),y) +BINUTILS_VERSION:= 2.25.1 +endif $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: |