aboutsummaryrefslogtreecommitdiff
path: root/patches/glibc/2.12.1
Commit message (Collapse)AuthorAgeFilesLines
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-0813-742/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Patches for glibc to compile with GCC7Alexey Neyman2017-05-132-0/+122
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add ARM patches for 2.12.2/2.13Alexey Neyman2017-03-105-0/+398
| | | | | Reported-by: Austin Beer (brainwave64) Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch failing grep expression in glibc configureAlexey Neyman2017-03-081-0/+44
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* 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 the fix from 2.19 for cross-rpcgen on macosAlexey Neyman2017-03-011-0/+32
| | | | 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>
* Revert "patches: remove obsolete glibc patches"Alexey Neyman2017-02-094-0/+146
| | | | | | | | | This partially reverts commit 429b3e884662a3b9a72890aae23865501e66330f. Bring back the patches for glibc 2.12 and newer. Propagate/refresh some patches as needed. Signed-off-by: Alexey Neyman <stilor@att.net>
* patches: remove obsolete glibc patchesKirill K. Smirnov2016-09-153-77/+0
| | | | | | Glibc prior to 2.18, linuxthreads and ports are not supported. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* libc/glibc: update patchset, add ports patchsetYann E. MORIN"2011-05-031-0/+15
| | | | | | | | Patchset provided by "Ioannis E. Venetis" <venetis@mail.capsl.udel.edu> http://sourceware.org/ml/crossgcc/2011-04/msg00072.html http://sourceware.org/ml/crossgcc/2011-04/msg00073.html Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* libc/glibc: workaround for autoconf'ed define of caddr_tEsben Haabendal2011-04-061-0/+28
| | | | | | | | | | | | | | | | When building canadian cross compiler, I have some trouble with configure defining caddr_t as a macro, like: #define caddr_t char * When combined with the types.h where caddr_t is protected together with daddr_t, the typedef of caddr_t breaks. This patch works around it by protecting the caddr_t typedef specifically. I am uncertain as to the real cause and solution to this :-( Signed-off-by: Esben Haabendal <eha@dev.doredevelopment.dk>
* libc/glibc: fix cross-compiling to i686Yann E. MORIN"2011-04-061-0/+34
In OE-lite we use the attached patch for building i686 cross compilers. Thanks to Khem Raj for original patch :-) At the same time, remove the corresponding patch that was in the ports patchset. CC: Khem Raj <raj.khem@gmail.com> Signed-off-by: Esben Haabendal <eha@dev.doredevelopment.dk> [yann.morin.1998@anciens.enib.fr: remove patch from ports] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>