summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-10 07:34:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-10 07:35:19 +0200
commitd616a884e24fe023abae074b56c7b58cf4eeaa2d (patch)
treebb0bc170aa6baf3ea1d1281410ef8a326056a709 /toolchain/elf2flt/Makefile
parentb2a5ee21fe28effc69ce8163677c16debdf5c3c1 (diff)
elf2flt: add binutils 2.43 support
Diffstat (limited to 'toolchain/elf2flt/Makefile')
-rw-r--r--toolchain/elf2flt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index 8e5fec5a4..95ef02a52 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -10,6 +10,10 @@ 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
+BFDLIB:= .libs/libbfd.a
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_42),y)
BINUTILS_VERSION:= 2.42
BFDLIB:= .libs/libbfd.a