diff options
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: |