summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-05 15:32:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-05 17:34:50 +0100
commit5d9eedc6f4fe00e1e76dd1f06af690fe1fb775eb (patch)
treea8d4b014ed32712f9744fbdae97b10ddbb1772e8 /toolchain/elf2flt
parent0f1c941e0a61012b662023df404ec0f6eb10559c (diff)
binutils: update to 2.42, fix kvx gcc/linux using the latest version from github
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r--toolchain/elf2flt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index 3310cea04..801b6d6b2 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_42),y)
+BINUTILS_VERSION:= 2.42
+BFDLIB:= .libs/libbfd.a
+endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_41),y)
BINUTILS_VERSION:= 2.41
BFDLIB:= .libs/libbfd.a