aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: fix arch, support crosscompiler creationTimo Teräs2013-09-061-2/+15
|
* main/musl: upgrade to 0.9.13Timo Teräs2013-09-031-4/+4
|
* main/musl: upgrade to 0.9.12Timo Teräs2013-07-3011-548/+9
|
* main/musl: fix the getopt_long we shipTimo Teräs2013-07-222-5/+5
| | | | | It is originally from pkgconf, and it had additional non-conformant changes. This reverts them.
* main/musl: fix popen/posix_spawn under qemu-user emulationTimo Teräs2013-07-1711-39/+93
| | | | cherry-pick upstream commit working around the qemu-user deficiency.
* main/musl: various fixes from git master, and packaging fixesTimo Teräs2013-07-1112-61/+992
| | | | | | | | | | - 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
* main/musl: fixes for using as default libcTimo Teräs2013-07-083-5/+90
| | | | | | | - create musl-utils so libc-utils can depend on it - provide ldd symlink in it also - provide getent based on uclibc - cherry-pick NFDBITS patch for sudo
* main/musl: update checksumsTimo Teräs2013-07-031-3/+3
|
* main/musl: upgrade 0.9.11Timo Teräs2013-07-034-8/+170
| | | | Also don't build crosstool for native musl builds.
* main/musl: new aportWilliam Pitcock2013-06-081-0/+54