| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
All patches or equivalent are upstreamed so remove them all.
getopt_long is now doing argument permutation so remove the
BSD replacement. Also fixes multiple bugs. ref #3692, ref #3693
|
|
|
|
|
|
| |
This reverts commit 21d10d3c2c3687b1475a4616ec9f341e3931f05b.
This is broken still, and was pushed by accident.
|
|
|
|
|
| |
Drop our getopt_long from BSD, now that upstream support all
GNU extensions we required.
|
|
|
|
|
| |
It is originally from pkgconf, and it had additional non-conformant
changes. This reverts them.
|
|
- 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
|