diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2025-11-15 09:20:52 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-11-15 09:49:53 +0100 |
| commit | ec6d81269ca89def8a31b7a1d3cf84fc3a67b2c7 (patch) | |
| tree | e15fa34f7d87e5cb3fa02ce9109af1cc190e6ee8 /toolchain/elf2flt | |
| parent | e64deaa14addba83db8752a8adb4e6f3fa7e9462 (diff) | |
binutils: update to 2.45.1
Diffstat (limited to 'toolchain/elf2flt')
| -rw-r--r-- | toolchain/elf2flt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile index 30c42b2b9..b8e74da75 100644 --- a/toolchain/elf2flt/Makefile +++ b/toolchain/elf2flt/Makefile @@ -11,7 +11,7 @@ BINUTILS_VERSION:= git BFDLIB:= .libs/libbfd.a endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_45),y) -BINUTILS_VERSION:= 2.45 +BINUTILS_VERSION:= 2.45.1 BFDLIB:= .libs/libbfd.a endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_44),y) |
