openwrt/package/libs/libunwind
Matthias Schiffer b345cc2489
libunwind: fix build with musl on PPC
Works around two incompatiblities between glibc and (POSIX-compliant) musl:

- missing register definitions from asm/ptrace.h
- non-POSIX-compliant ucontext_t on PPC32 with glibc

Compile tested on mpc85xx.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-02-25 17:05:15 +01:00
..
patches libunwind: fix build with musl on PPC 2018-02-25 17:05:15 +01:00
Makefile libunwind: enable build for arm 2018-02-13 12:37:52 +01:00