Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libunwind: update to 1.5.0 | Rosen Penev | 2020-12-16 | 1 | -5/+3 |
| | | | | | | | | | | | | | | Cleanup Makefile for consistency with other ones. Remove PKG_SSP. It can be fixed with -lssp_nonshared. Add PKG_BUILD_PARALLEL for faster compilation. Add zlib dependency. 1.5.0 requires it now. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | libunwind: initial version 1.1 | Yousong Zhou | 2016-06-13 | 1 | -0/+47 |
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> |