diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 08:19:22 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 08:19:39 -0500 |
commit | dbd50e3de5e52eea738b8995d2d71ad6e2b2eb94 (patch) | |
tree | 50d7051212d780224c3fd4f0d02883b95ef78edf /toolchain/elf2flt | |
parent | 260703a97087db63a9fbaf72e4b6c5a0d337559f (diff) |
use local git fork of elf2flt with h8300 support
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index e36a4deb7..6dc60328c 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -2,7 +2,6 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= elf2flt -PKG_VERSION:= 20150227 +PKG_VERSION:= git PKG_RELEASE:= 1 -PKG_HASH:= 9369274cf244fc090ebee08ee6eee552fba1286f63be4a558dfa149dfa91fc4c -PKG_SITES:= http://distfiles.openadk.org/ +PKG_SITES:= git://uclibc-ng.org/git/elf2flt |