diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-12-14 11:30:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-12-15 07:04:38 +0100 |
commit | e68076ceb6c8787997f72bc2d7173ce7deece0f7 (patch) | |
tree | af6236820ca45545b0cb0849ab5a15683c0d6e03 | |
parent | a86e22ca6d69f118d07aaf73f627fb325c6479e5 (diff) |
elf2flt: binutils update
-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 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) |