diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:35 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-02 11:53:43 -0600 |
commit | e8583149d4dd16b7cedc135d63a46138dffcef85 (patch) | |
tree | ea34b1f21efff5616f1b835082791fbf148b00ae /toolchain/elf2flt | |
parent | 9b3955a7c5ede524c6f06e57e1f98be2d7e28490 (diff) |
update elf2flt, so that arm-nommu binaries are linkable.
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index a3f39ab52..029237679 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= elf2flt -PKG_VERSION:= 20150129 +PKG_VERSION:= 20150227 PKG_RELEASE:= 1 -PKG_HASH:= b0b9792723f380794c44db4124815f961f2cb87be156d4e2f560759f9f9f913b +PKG_HASH:= 9369274cf244fc090ebee08ee6eee552fba1286f63be4a558dfa149dfa91fc4c PKG_SITES:= http://www.openadk.org/distfiles/ |