aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libunwind/patches/002-fix-building-getcontext_S.patch
Commit message (Collapse)AuthorAgeFilesLines
* libunwind: update to 1.5.0Rosen Penev2020-12-161-4/+2
| | | | | | | | | | | | | | 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.1Yousong Zhou2016-06-131-0/+19
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>