summaryrefslogtreecommitdiff
path: root/patches/uClibc-ng
AgeCommit message (Collapse)AuthorFilesLines
2017-01-24Add patch for init_module/delete_moduleAlexey Neyman1-0/+50
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-23Add UCLIBC_HAS_LFS as always-enabled.Alexey Neyman2-0/+62
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>
2016-10-05Upgrade uClibc-ng to 1.0.14.Alexey Neyman1-12/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-04-02Unbreak *-uclibc with native GDB.Alexey Neyman1-0/+12
Currently, native GDB 7.11 fails to build with uClibc-ng due to undefined reference to _obstack_free. On IRC [http://crosstool-ng.osuosl.org/download/ibot-logs/2016-02-28.html], it has been suggested to disable obstack in uClibc configuration. I think it is a workaround rather than a fix: if another library/app needs obstack, this leaves no viable configuration. IMO, if uClibc seeks to mimic the glibc API, it should also provide _obstack_free call (an alias for which it already has, even though commented out). Signed-off-by: Alexey Neyman <stilor@att.net>
2015-11-15uClibc-ng: Update to uClibc-ng-1.0.9Bryan Hundven1-34/+0
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-11-13uClibc: Add support for uClibc-ngBryan Hundven1-0/+34
This commit adds uClibc-ng 1.0.8. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>