From 1daff2b764dc025a07bcddcd0d4199fec8236be2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Oct 2019 18:13:03 +0200 Subject: lm32: add elf2flt from github --- toolchain/elf2flt/Makefile.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toolchain/elf2flt') diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index 30a3cebfe..ca12e5ff7 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -12,3 +12,9 @@ PKG_GIT:= branch PKG_RELEASE:= 1 PKG_SITES:= git://git.osdn.net/gitroot/uclinux-h8/elf2flt.git endif +ifeq ($(ADK_TARGET_ARCH_LM32),y) +PKG_VERSION:= 3051fec89bbd30de6f952dc3100712feff3ca076 +PKG_GIT:= hash +PKG_RELEASE:= 1 +PKG_SITES:= https://github.com/m-labs/elf2flt-lm32.git +endif -- cgit v1.2.3