aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/0008-add-some-ARM-EABI-specific-exception-handling-infras.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: upgrade to 0.9.12Timo Teräs2013-07-301-66/+0
|
* main/musl: fix popen/posix_spawn under qemu-user emulationTimo Teräs2013-07-171-1/+1
| | | | cherry-pick upstream commit working around the qemu-user deficiency.
* main/musl: various fixes from git master, and packaging fixesTimo Teräs2013-07-111-0/+66
- use upstream commits for all arm pie/unwind fixes - replace getopt with BSD licensed GNU compatible getopt - set proper SONAME for the libc generated for packaging purposes - rename libc.so to be ld-musl-$ARCH.so.1 and point the SONAME and ldd links to it. this allows libc.so to go to -dev package as it will be used for compiling only. - move specs file to musl-crosstool subpackage