libunwind: initial version 1.1
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 7 Jul 2016 12:50:26 +0000 (14:50 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Thu, 7 Jul 2016 12:50:26 +0000 (14:50 +0200)
commit7e6ca2d3175afcf259a553623171a1a7d37a38c0
tree520f32660f91ecfd0aa5bd55e8e4054ce6e20d89
parentf51dd01ca6df8e773424f37cfe2b136cb0d37c10
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]