summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/elf2flt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index 95ef02a52..b3e7be6d2 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -10,8 +10,8 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
BFDLIB:= .libs/libbfd.a
endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43),y)
-BINUTILS_VERSION:= 2.43
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43_1),y)
+BINUTILS_VERSION:= 2.43.1
BFDLIB:= .libs/libbfd.a
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_42),y)