From 89a2f5c07a3c5ad6d6b4b602cfb0b32fe2f3e6e7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 21 Jan 2023 10:16:32 +0100 Subject: bfin needs older elf2flt to link busybox successfully --- toolchain/elf2flt/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toolchain') diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index 89c47f367..2f349ca79 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -2,7 +2,15 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= elf2flt +ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2021_08),y) PKG_VERSION:= v2021.08 PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git +endif +ifeq ($(ADK_TOOLCHAIN_ELF2FLT_OLD),y) +PKG_VERSION:= 453398f917d167f8c308c8f997270c48ae8f8b12 +PKG_GIT:= hash +PKG_RELEASE:= 1 +PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git +endif -- cgit v1.2.3