summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
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 2f349ca79..19751342e 100644
--- a/toolchain/elf2flt/Makefile.inc
+++ b/toolchain/elf2flt/Makefile.inc
@@ -14,3 +14,9 @@ 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