summaryrefslogtreecommitdiff
path: root/patches/uClibc-ng/1.0.20
AgeCommit message (Collapse)AuthorFilesLines
2017-05-12Add patch to uClibc-ng that allows building with GCC7Alexey Neyman1-0/+61
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-15Make uClibc-ng search multilib dir if one is setAlexey Neyman1-0/+46
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-01Fix uClibc{,-ng} build on macosAlexey Neyman1-0/+30
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-23Add UCLIBC_HAS_LFS as always-enabled.Alexey Neyman1-0/+31
Buildroot checks for this feature. Signed-off-by: Alexey Neyman <stilor@att.net>
2016-12-09Fix xtensa static link.Alexey Neyman1-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>