libunwind: initial version 1.1
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 9 Jun 2016 02:04:23 +0000 (10:04 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 13 Jun 2016 20:51:43 +0000 (22:51 +0200)
commit987f14ab2343ae32bbeaa02fbdc34dfb235f8f7c
tree376eb37f7f33a9d4061799cbbe49cda817bb2cf0
parent9a4935687d6d79e0eeae37204794fc68e17c8b68
libunwind: initial version 1.1

The package Makefile was based on work at link [1] with the following
changes

 1. Disable minidebuginfo support thus no dependency on liblzma
 2. Add 2 patches for building against musl-libc and building with
    mips16 enabled
 3. Add LICENSE and DEPENDS info, etc.

[1] https://github.com/rpi-openwrt/rpi-packages/tree/master/libs/libunwind

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/libs/libunwind/Makefile [new file with mode: 0644]
package/libs/libunwind/patches/001-disable-tests.patch [new file with mode: 0644]
package/libs/libunwind/patches/002-fix-building-getcontext_S.patch [new file with mode: 0644]
package/libs/libunwind/patches/003-fix-missing-ef_reg-defs-with-musl.patch [new file with mode: 0644]