aboutsummaryrefslogtreecommitdiff
path: root/patches/uClibc-ng/1.0.20
Commit message (Collapse)AuthorAgeFilesLines
* Add patch to uClibc-ng that allows building with GCC7Alexey Neyman2017-05-121-0/+61
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Make uClibc-ng search multilib dir if one is setAlexey Neyman2017-03-151-0/+46
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix uClibc{,-ng} build on macosAlexey Neyman2017-03-011-0/+30
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add UCLIBC_HAS_LFS as always-enabled.Alexey Neyman2017-01-231-0/+31
| | | | | | Buildroot checks for this feature. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix xtensa static link.Alexey Neyman2016-12-091-0/+34
uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman <stilor@att.net>