aboutsummaryrefslogtreecommitdiff
path: root/patches/glibc/2.20
Commit message (Collapse)AuthorAgeFilesLines
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-0812-848/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Patches for glibc to compile with GCC7Alexey Neyman2017-05-133-0/+155
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch failing grep expression in glibc configureAlexey Neyman2017-03-081-0/+49
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #627 from dankm/freebsdAlexey Neyman2017-03-071-13/+0
|\ | | | | FreeBSD build support
| * Drop the stat64 Cygwin patchDan McGregor2017-03-061-13/+0
| | | | | | | | | | | | It's not needed now that it's been moved to glibc.sh Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
* | Backport patches to glibc 2.14+Alexey Neyman2017-03-046-0/+615
|/ | | | | | ... fix building on ARM. Signed-off-by: Alexey Neyman <stilor@att.net>
* Propagate Cygwin stat64 patch to 2.21 and older versionsAlexey Neyman2017-02-111-0/+13
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Propagate caddr_t patch to other glibc versionsAlexey Neyman2017-01-171-0/+15
| | | | | | ... 2.20, 2.21, 2.22 and 2.24. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add patch to fix building glibc 2.20 on sparcStefan2015-02-011-0/+14
This actually comes from upstream: https://sourceware.org/ml/libc-alpha/2014-09/msg00317.html It is needed for plain glibc as well as linaro's version. A symlink is added for the latter's version 2.20-2014.11. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at>