summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:13:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-07 18:13:08 +0200
commit1daff2b764dc025a07bcddcd0d4199fec8236be2 (patch)
tree007447e03db7b3a3c220e2a53109ea693e17bbb6 /toolchain
parent3da4aad44388cc94da304e1b4a0fe04cb1d03e46 (diff)
lm32: add elf2flt from github
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/elf2flt/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
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