summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-07 17:38:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-07 17:38:46 +0200
commit5c26d11ac3e8afe6fc2244da471433d895e11061 (patch)
treecf8c70477b5dedf868980abb51f67f73c7aecd67 /toolchain/elf2flt/Makefile.inc
parent5d4436d45c08c028ac3f84bb5c18359226245fd5 (diff)
lm32: use latest elf2git, add small binutils patch to create ELF instead ELF FDPIC by default
Diffstat (limited to 'toolchain/elf2flt/Makefile.inc')
-rw-r--r--toolchain/elf2flt/Makefile.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc
index dd8157f7c..bd167c0a3 100644
--- a/toolchain/elf2flt/Makefile.inc
+++ b/toolchain/elf2flt/Makefile.inc
@@ -20,9 +20,3 @@ PKG_GIT:= hash
PKG_RELEASE:= 1
PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
endif
-ifeq ($(ADK_TOOLCHAIN_ELF2FLT_LM32),y)
-PKG_VERSION:= 3051fec89bbd30de6f952dc3100712feff3ca076
-PKG_GIT:= hash
-PKG_RELEASE:= 1
-PKG_SITES:= https://github.com/m-labs/elf2flt-lm32.git
-endif