diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 18:13:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 18:13:08 +0200 |
commit | 1daff2b764dc025a07bcddcd0d4199fec8236be2 (patch) | |
tree | 007447e03db7b3a3c220e2a53109ea693e17bbb6 /toolchain/elf2flt | |
parent | 3da4aad44388cc94da304e1b4a0fe04cb1d03e46 (diff) |
lm32: add elf2flt from github
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 6 |
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 |